Is there a way to set the current progress and then set the end progress and then animate?
Ex:
ToValue: 0.0
FromValue: 0.5
I haven't be able to get reverse animations to work yet!
@buba447 This would be an amazing feature.
I think there is some duplication of Lottie's animation code so this could be improved, but if you want to quickly see partial or reverse playback I've created a class here:
https://gist.github.com/allanweir/badefea836590cfe61edae915b6e40bf
If you set the animationSpeed to -1 it goes in reverse. Or is this not the reversal you want?
Using a -1 animationSpeed no longer works, but looks like support is planned for 2.0
Should be fixed in Lottie 2.0! If you still have a problem please create a new issue!
Most helpful comment
I haven't be able to get reverse animations to work yet!