chenglou / react-motion

A spring that solves your animation problems.
MIT License
21.7k stars 1.15k forks source link

Introduce new CSS props after mount #489

Open wswoodruff opened 7 years ago

wswoodruff commented 7 years ago

Heyo!

I'd like to animate new CSS props after mounting a <Motion /> component. Right now you can only animate what you've placed in your defaultStyle, but I want more flexibility! Is there a current best practice for this?

Is this something I can contribute? If so, can one of y'all point me in the right direction?