Community
Participate
Working Groups
The animation is a very important part of the modern UI. This bug tracks the ideas and discussion of the support of Animation in declarative by integrating the Trident as animation engine.
The first animation will be color animation: to change the background or foreground. The animiation defins a range of value. The class ColorAnimation will have the following properties: Color from; Color to; Color by;
(In reply to comment #1) > The first animation will be color animation: to change the background or > foreground. The animiation defins a range of value. The class ColorAnimation > will have the following properties: > Color from; > Color to; > Color by; Create a delegated bug for this feature: Bug 298231
The animation is raised in general via a UI event. But in a UI element, we can attach other events such as an event for Dyanmic UI, or an event for invoking a business action. And the animation events must be executed first. Once all animation events get done, other events can be fired. We need to add a such solution to handle two kinds of events automatically : First animation events and then others.
(In reply to comment #3) > The animation is raised in general via a UI event. But in a UI element, we can > attach other events such as an event for Dyanmic UI, or an event for invoking a > business action. And the animation events must be executed first. Once all > animation events get done, other events can be fired. > > We need to add a such solution to handle two kinds of events automatically : > First animation events and then others. Add a delegated bug for this feature: Bug 326167 - [Animation] Event management