Reputation: 7338
At the Google IO presentation "Get Animated", Nick Butcher mentions that you can't seekTo
on animated vector drawables.
For my purposes this is fine. I can chop up my animation in multiple smaller animations. But I still find this a glaring omission of a useful feature, which to my naive mind doesn't seem so hard to implement as part of the animation framework.
Is there a reason why this was not implemented, maybe due to some performance optimization I do not understand?
Upvotes: 3
Views: 83