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 noticed that sometimes the animation won't scale to the value of end after multiple taps. Is there perhaps a trigger which is still running which prevents the overlapping of tap animations?
I tried this with successive fast taps (500ms gap) and slow taps (1-2 sec gap). If I could guess I'd say out of 10 taps the animation would trigger about 7 times.
I thought perhaps the curves were causing this but apparently that's not the case. Btw, the onTap callback works fine it's just the animation that's not consistent. Any possible fixes for this?
The text was updated successfully, but these errors were encountered:
I noticed that sometimes the animation won't scale to the value of
end
after multiple taps. Is there perhaps a trigger which is still running which prevents the overlapping of tap animations?I tried this with successive fast taps (500ms gap) and slow taps (1-2 sec gap). If I could guess I'd say out of 10 taps the animation would trigger about 7 times.
These are my settings:
I thought perhaps the curves were causing this but apparently that's not the case. Btw, the
onTap
callback works fine it's just the animation that's not consistent. Any possible fixes for this?The text was updated successfully, but these errors were encountered: