Skip to content
Advertisement

How can I make my animate.css animation loop forever?

How can I make my animate.css animation last forever? I tried to use animationIterationCount = "infinite". However, this doesn’t seem to have worked.

This is the plugin I’m using. import { Flash } from 'animate-css-styled-components';

JavaScript

Thank you!

Advertisement

Answer

you’d need to use iterationCount as the prop.

JavaScript

And ensure you have styled-component installed.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement