Skip to content
Advertisement

Tag: animate.css

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’; Thank you! Answer you’d need to use iterationCount as the prop. And ensure you have styled-component installed.

Advertisement