First of all Hello everyone!
This is my first topic here.
I have searched forum for this kind of problem without clue.
So my problem is:
How to set up from GWT
java properties in CSS named keyframes
for eg. I want to put this code from Java to CSS:
Why?
I want create animation based on 2 labels and one simple panel moving under them. While animating the size of SimplePanel need to be changed to size of one label.
I know how to set up
its
Hot to set up @keyframes .... ?
I am trying now with javascript inside GWT java:
Any suggestions will be very welcome ;)