beekai-oss / react-simple-animate

🎯 React UI animation made easy
https://react-simple-animate.now.sh/
MIT License
1.82k stars 61 forks source link

Feature/ignore list #55

Closed pangpang1987 closed 5 years ago

pangpang1987 commented 5 years ago

Make a feature to ignore any transition could happened to just set the end style: default: opacity: 0; end: opacity: 1;

<Animate ignoreStyles={['opacity']} />

Please ask for future description.

bluebill1049 commented 5 years ago

Thanks bro! What’s the use case for this feature?

bluebill1049 commented 5 years ago

going to close this PR for now.