Skip to content
Discussion options

You must be logged in to vote

Animate.css already handles this in the full stylesheet. Its built-in @media print, (prefers-reduced-motion: reduce) rule sets animation and transition durations to 1ms and limits iteration count to 1, so animate__fadeIn completes immediately while the element remains visible. You only need a custom override if you import individual animation files without the base stylesheet; the relevant rule is in animate.css.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@spinzo-cyber
Comment options

Answer selected by spinzo-cyber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants