Forums
(@nevermoreftw)
5 years, 11 months ago
Hey, Ty for the replay. I managed to do it with css animation effect. I used this:
.metaslider .flexslider .slides img { animation: crescendo 6.5s alternate infinite ease-in; } @keyframes crescendo {
100% {transform: scale(1.1);} }