Implicit animation
From Wikipedia, the free encyclopedia
| This article relies on references to primary sources or sources affiliated with the subject, rather than references from independent authors and third-party publications. Please add citations from reliable sources. (May 2011) |
Implicit animation is a concept in user interface design in which animations can be programmed or styled within pre-existing constraints. It is distinct from explicit animation, which involves building the animation objects, setting their properties, and then applying those animation objects to the object which the designer wishes animated.
[edit] Examples of use
- Apple Inc.'s Core Animation API
- CSS Transitions and Transforms in WebKit