Community
Participate
Working Groups
Support animations using a css3-like syntax: http://www.w3.org/TR/css3-animations/ In the first batch only a few simple animations should be enabled: Fading ToolTips and the Shell-DisplayOverlay, hover-effect for buttons and sliding menus in/out.
Created attachment 165446 [details] fix That got bulky. This enables the mentioned animations. Includes Tests for client and server. All green including IE6. The client-side implementation is currently somewhat limited in its capabilities due to the way AnimationRenderer integrates itself in the widget. Might be solved in the future by using either an adapter, mixin or changing the Widget.js. Animations are disabled by default, but some are added to the business/fancy themes. Strictly my suggestions there, and i tried to hold back. I would have added hover-effects to the ToolItems in fancy, but the way they are styled makes it impossible at the moment.
Created attachment 165931 [details] fix Added more tests and fixed problems with the menu-animation.
Created attachment 166055 [details] fix Removed some dead code.
Created attachment 166060 [details] fix Updated server-side theming-tests.
Applied patch to CVS HEAD