react-native-svg-animations icon indicating copy to clipboard operation
react-native-svg-animations copied to clipboard

SVG Animations wrapper for react-native.

Results 9 react-native-svg-animations issues
Sort by recently updated
recently updated
newest added

I have a loading animation in a react-native app that uses react-native-svg-animations- when the app starts up, 50% of the time it will crash with the following. (full log: https://pastebin.com/raw/ZKCqb1uZ)...

Update the README to mention the support of `strokeLinecap`.

enhancement

Title pretty much says it. This seems like a great library, but lots of animations need cubic bezier easing... would it be possible to add that sort of functionality?

strokeLinecap is a prop already in react-native-svg. It basically gives you the option to make the stroke endpoint rounded if you want. Is this feature possible? Thanks.

Hi there, First of all, thanks for a such nice library, it makes SVG animations a lot easier than doing it ourselves. I have an SVG with a bunch of...

I'm trying to find a way to add in a marker to the end of the animated path. Can this be done? If this is not implemented, do you have...

Example: There is an animation at 4 points (A, B, C, D). As I've seen it work now, we are able to animate from A -> B -> C ->...

In the file https://github.com/73R3WY/react-native-svg-animations/blob/master/utils/AnimatedSVGBrush/index.js you have componentWillReceiveProps. Could you please change the method or the logic to a relevant.

enhancement

Is there way we can define the starting point of animation, like i want my animation to be sync with a time (minute), like if timer is on 30 second,...