govindfarera / rapit

Automatically exported from code.google.com/p/rapit
0 stars 0 forks source link

Support for animations #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With bug 309816 (will be part of M7), the theming got animation support. We 
should leverage this support in the command bar.

Animation-Syntax reference
--------------------------------
The syntax to define one animation is as follows:
"animation-name animation-duration animation-timing-function".
"animation-name": References an effect the widget supports: [List (and 
explanation?) of effects this specific widget supports].
"animation-duration": The duration of the effect in seconds ("s") or 
millisconds ("ms").
"animation-timing-function": Describes how the animation progresses over time. 
Valid values are "ease", "linear", "ease-in", "ease-out" and "ease-in-out".
Any number of animations can be set at once, seperated by commas. To disables 
all animatons, set only "none".

Original issue reported on code.google.com by b.muskalla@gmail.com on 28 Apr 2010 at 11:04

GoogleCodeExporter commented 9 years ago
I had excactly the same thought when reading the N&N :-)

Original comment by stefan.r...@googlemail.com on 2 May 2010 at 11:48

GoogleCodeExporter commented 9 years ago
Need support for gradients and rounded corners to leverage animation support.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=313216
https://bugs.eclipse.org/bugs/show_bug.cgi?id=313217

Original comment by stefan.r...@googlemail.com on 17 May 2010 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by stefan.r...@googlemail.com on 17 May 2010 at 7:37