This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Transition only for widget
#2
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
Reply


Messages In This Thread
Transition only for widget - by cekca - 17.03.2017, 10:34
RE: Transition only for widget - by Erwin van der Zwart - 17.03.2017, 10:44
RE: Transition only for widget - by DGrandes - 08.07.2019, 15:33
RE: Transition only for widget - by cekca - 17.03.2017, 12:47
RE: Transition only for widget - by DGrandes - 07.02.2019, 14:35

Forum Jump: