You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently pandoc does not allow a bare attribute with no value, like {data-auto-animate}. You could do {data-auto-animate="true"}, which I assume would also work for reveal.js (untested)?
Currently pandoc puts this attribute on the h1 instead of the surrounding section. It would have to be moved to the section.
Would the style attribute need to be moved as well?
This HTML works except that that the animation moves 200px down from the top because of the doubling of the margin-top attribute in the section and h2. That is:
="true" works fine.
I'm seeing data-auto-animate on the sectionandh2.
Probably? Even if it works presently, I figure it's best to follow the revealjs documentation, if possible, in case they change something.
It would be nice to be able to use revealjs auto-animate feature/attribute, turning this:
into this
The text was updated successfully, but these errors were encountered: