Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Animations
Animations [message #534011] Mon, 17 May 2010 13:35 Go to next message
Eclipse UserFriend
Where can I find documentation about the new animation capabilities introduced with M7? All I found was one example in the N&N. Which subset of the css spec is implemented? Which widget are supported by now? Is there a preview of the helios help somewhere available?

Thanks,
Stefan.
Re: Animations [message #534146 is a reply to message #534011] Tue, 18 May 2010 04:29 Go to previous messageGo to next message
Eclipse UserFriend
Hi Stefan,

Stefan Röck wrote:
> Where can I find documentation about the new animation capabilities
> introduced with M7? All I found was one example in the N&N. Which subset
> of the css spec is implemented?

This reference documentation will be part of the release (see bug 286189):

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, separated by comma. To
disables all animations, set to "none".

The supported effects for a certain widget can be found in the Theming
Reference (or you can look into the *.theme.xml).

> Which widget are supported by now?

By now, there are only a few widgets supported.

Button: hover in/out
ToolItems: hover in/out
Menu: slide in/out
Overlay for modal shells: fade in/out
Tooltips: fade in/out

> Is there a preview of the helios help somewhere available?

No, not yet. It will be available with the release.

Best, Ralf
Re: Animations [message #534270 is a reply to message #534146] Tue, 18 May 2010 10:33 Go to previous message
Eclipse UserFriend
Hi Ralf,

thanks for this detailed response ;-)

Regards,
Stefan.
Previous Topic:Key events in Firefox
Next Topic:Custom Flash Widget
Goto Forum:
  


Current Time: Wed Jul 23 18:19:29 EDT 2025

Powered by FUDForum. Page generated in 0.05421 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top