Threaded View
-
3 Oct 2012 1:40 AM #1
Unanswered: CSS 3 in sencha touch
Unanswered: CSS 3 in sencha touch
Helo everyone.
i would like to ask if it's possible to use CSS3 animation on sencha touch. Because i try this:and it's work but when i want to do translationCode:-webkit-transform:translateX(0px) rotate(360deg);
it's not work.Code:-webkit-transition: all 2s ease-in-out;
thank you


Reply With Quote