I would like to add this keyFrame animation in my CSS file managed by
a ResourceBundle.
I have added a '\' 'in front of the @-webkit-keyframes element
BUT the compiler does not like the from element (...olumn 9:
encountered "{". Was expecting one of: ":" )
\...@-webkit-keyframes diagonal-slide {
from {
left: 0;
top: 0;
}
to {
left: 100px;
top: 100px;
}
}
any idea ?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.