This framework is great and I found it easy to replace Facebook pop – thank you!
One minor issue I have is that animations automatically stop when the target value is reached, then become inactive. Any further change to the target value is ignored until the animation is explicitly restarted. But an app may not care whether the animation has reached its target and may just want to animate changes by updating the target.
Facebook pop has a removedOnCompletion property to address this and keep animations alive when set to false. Would it be possible to add something similar?
This framework is great and I found it easy to replace Facebook pop – thank you!
One minor issue I have is that animations automatically stop when the target value is reached, then become inactive. Any further change to the target value is ignored until the animation is explicitly restarted. But an app may not care whether the animation has reached its target and may just want to animate changes by updating the target.
Facebook pop has a
removedOnCompletionproperty to address this and keep animations alive when set to false. Would it be possible to add something similar?