Page 1 of 1

Carousel looping

Posted: Sat Feb 23, 2019 12:57 am
by Lasa
I have carousel with css3 animation bring in logos and wording... is there anyway to have the animation only come in once... then not be animated the next time when it loops around?
Cheers,
Lasa

Re: Carousel looping

Posted: Sat Feb 23, 2019 1:33 am
by BaconFries
This can be done by setting the iteration count in the properties of the animation.
See the following:
http://wysiwygwebbuilder.com/animation.html

Re: Carousel looping

Posted: Sat Feb 23, 2019 2:05 am
by Lasa
Thanks