aholachek / react-flip-toolkit

A lightweight magic-move library for configurable layout transitions
MIT License
4.08k stars 137 forks source link

Animate text transitions for code blocks #196

Open OperationalFallacy opened 2 years ago

OperationalFallacy commented 2 years ago

Hi,

Is it a right tool to implement transitions like this?

animate

These are animations from revealjs presentation framework. https://revealjs.com/auto-animate/

I think it is based on ad-hoc style updates.
https://github.com/hakimel/reveal.js/blob/master/js/controllers/autoanimate.js#L59

I'd like to have more control how to transition code blocks changes.