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
Could you add startTime and endTime options so that we can easily assemble more complex animations just by adding multiple functions? If time<startTime then the function would return start value; if time>endTime then function would return end value.
Thanks a lot for this convenient package!
Could you add
startTime
andendTime
options so that we can easily assemble more complex animations just by adding multiple functions? Iftime<startTime
then the function would returnstart
value; iftime>endTime
then function would returnend
value.Example:
The text was updated successfully, but these errors were encountered: