Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Animations
Animations [message #534011] Mon, 17 May 2010 17:35 Go to next message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
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 08:29 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

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 14:33 Go to previous message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
Hi Ralf,

thanks for this detailed response ;-)

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


Current Time: Tue Apr 16 09:52:14 GMT 2024

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

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

Back to the top