hakimel / reveal.js

The HTML Presentation Framework
https://revealjs.com
MIT License
67.91k stars 16.65k forks source link

Transform and data auto animate do not work together. #3652

Open boomsi opened 4 months ago

boomsi commented 4 months ago

You can see here codesendbox

When i set childtransform: rotate(20deg);. When the animation ends, the rotation does not take effect.

So how to set child transform attr if i need animate?