You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm most likely just missing something, but I don't see any property that lets me specify that I want an animation and its sub animations to repeat. Is there something to help with this use case?
The text was updated successfully, but these errors were encountered:
This is actually in the works on the dev branch. I am still thinking of the how to apply the syntax of FlightAnimator. Any recommendations would be highly appreciated.
The upcoming functionality will support the following flags:
var autoreverse : Bool- enable auto reverse)
var autoreverseCount : Int - specific count of time to reverse the animation
var autoreverseDelay : Double - delay to wait to start the reverse animation
var reverseEasingCurve : Bool - ability to invert the easing curve
I'm most likely just missing something, but I don't see any property that lets me specify that I want an animation and its sub animations to repeat. Is there something to help with this use case?
The text was updated successfully, but these errors were encountered: