react-native-animated-sprite icon indicating copy to clipboard operation
react-native-animated-sprite copied to clipboard

React Native component for animated sprite and tweening

Results 5 react-native-animated-sprite issues
Sort by recently updated
recently updated
newest added

On Android devices images are loaded with fadeIn animation, by default with 300ms this affect the animated secuence.

I am trying to use this package but for some reason my animation does not play. My scenario is: 1. show Full image. 2. once the user press the image...

I am using this package and testing it on Android 'Moto G (5S) Plus - 7.1.1'. I am using React Native 0.54.4 & React 16.3.1. My animation sequence is running...

This feature allow you to update AnimatedSprite's view dynamically by changing some props. We need to update AnimatedSprite's coordinates and size dynamically whether it animating or not. First we tried...

I decided to change sprite prop of AnimatedSprite because it's only used as an object container of its own purpose of providing an array of sprites. - In AnimatedSprite: renames...