reactjs / react-transition-group

An easy way to perform animations when a React component enters or leaves the DOM
https://reactcommunity.org/react-transition-group/
Other
10.16k stars 650 forks source link

Using Web animation API #406

Open rmdias opened 6 years ago

rmdias commented 6 years ago

feature

Is there any plan to update the components to use the Web Animations API? If so, I would love to help :)

jquense commented 6 years ago

we don't have any immediate plans to provide that, but I think it should be a really light wrapper around the Transition component right? I'm happy to explore what add this would look like, if you want to throw up a proof of concept, worse case it can be it's own separate package if we don't end up adding it here.

rmdias commented 6 years ago

Cool! I'll take a look on it :) WIP

iamandrewluca commented 4 years ago

@rmdias have you made any investigations into this? It is possible to use Web Animation API for transitions?