roact-animate icon indicating copy to clipboard operation
roact-animate copied to clipboard

An animation library for Roact, inspired by React Native's Animated.

Results 4 roact-animate issues
Sort by recently updated
recently updated
newest added

I discovered this issue while helping someone else with my Roblox-TS port of roact-animate Basically, this line causes a connection that never gets disconnected ![image](https://user-images.githubusercontent.com/4315566/53297371-55e5cd80-37db-11e9-87f8-297039152eff.png) If AnimatedValues persist while new...

In my TS port, I discovered that a memory leak that will occur 100% of the time a new animation is created, because of the way animations are currently handled....

spawn forces us to wait an arbitrary frame before our animation runs and can cause some visual delays

enhancement

>evaera - Today at 7:39 PM >@ProlificLexicon 🌸 suggestion: allow a number to be passed in place of the TweenInfo if there would only be one argument passed into the...

enhancement
good first issue