08.07.2019, 15:33
(17.03.2017, 10:44)Erwin van der Zwart Wrote: Hi,
Yes you can (:
Use this custom css:
Code:@-webkit-keyframes Zoom-In /* Safari and Chrome */
{
0% {opacity:0; -webkit-transform: scale(0);}
50% {-webkit-transform: scale(1);}
100% {opacity: 1;}
}
#widget-11{
-webkit-animation: Zoom-In 2s !important; /* Safari and Chrome */
-moz-animation: Zoom-In 1s !important; /* Firefox*/
}
BR,
Erwin
Hi,
Is there any way to do the same in both direction (Zoom-in and Zoom-out)?
Thanks