Hi, I'm running animation like this:
juiceAnim->setAnimation(0, "fillJuice", false);
Can I play fillJuice from 0 to x%? For example (50%) let's said it's 5 seconds long so I only want 0..2.5s part.
Can I seek animation so it will start from 2.5s?
Can I seek and stop in that place for example at 2.5s?
Regards