4 comments found.
Hi sike, can I use it for WordPress plugin?
hi, i added the table on my website and had to add more features under each item. but only 1st 8 li data animate and other’s below that are just static i also checked in your sample code and it also animate only 1st 8 li elements in each item.
can you please check this?
Hi, you can add the css to support more animate element:
.animate8{
-webkit-animation-duration: .6s;
-webkit-animation-delay: 1.6s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .6s;
-moz-animation-delay: 1.6s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .6s;
-ms-animation-delay: 1.6s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .6s;
animation-delay: 1.6s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate9{
-webkit-animation-duration: .6s;
-webkit-animation-delay: 1.8s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .6s;
-moz-animation-delay: 1.8s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .6s;
-ms-animation-delay: 1.8s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .6s;
animation-delay: 1.8s;
animation-timing-function: ease;
animation-fill-mode: both;
}
I don’t think that this was done intentionally 
(click here for bigger version)
I’m using the newest Chrome
Hi, thanks your feedback, it seems Chrome has bug with some CSS3 transition.
nice work Sike, good luck with sales