FullstackStation / react-native-svg-animated-linear-gradient

A wrap SVG component for animated linear gradient
MIT License
434 stars 110 forks source link

Settable speed value and wait time #28

Open nabettu opened 4 years ago

nabettu commented 4 years ago

This pull request is aimed at settable speed value and wait time from props.

Why

I want to change gradient speed and wait time.

How

Speed

Reflect speed value to animation cycle in _animation().

Wait

After the animation ends, wait for the specified milliseconds before the next animation.