Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Core Animation
Animation graphics compositing framework

Core Animation is an animation graphics compositing framework used by macOS (Mac OS X Leopard and later), iOS, watchOS, and tvOS to produce animated user interfaces.

We don't have any images related to Core Animation yet.
We don't have any YouTube videos related to Core Animation yet.
We don't have any PDF documents related to Core Animation yet.
We don't have any Books related to Core Animation yet.
We don't have any archived web articles related to Core Animation yet.

Overview

Core Animation provides a way for developers to produce animated user interfaces via an implicit animation model as well as an "explicit" model. The developer specifies the original and final states of an object, and Core Animation handles interpolation. This allows animated interfaces to be created with relative ease, as no specific code for the animation is required by the developer.2

Core Animation can animate any visual element, and it provides a unified way of accessing Core Image, Core Video, and the other Quartz technologies. Core Animation rendering can be accelerated by a graphics processor (GPU).3

Animated sequences execute in a thread independent from the main run loop, allowing application processing to occur while the animation is in progress. In this way, application performance is not affected, and animations can be stopped, reversed, or retargeted while in progress.4

History

Core Animation first appeared in Mac OS X Leopard, but actually first emerged from the iPhone software team. It was shown publicly for the first time on August 7, 20065[circular reference] during WWDC 2006. At the Macworld Expo 2007, Apple announced that the iPhone runs a specially adapted version of OS X and uses Core Animation.

See also

References

  1. "Apple – Developer – Leopard Technology Series for Developers – Leopard Developer Application Technologies Overview". Retrieved June 12, 2007. https://developer.apple.com/leopard/overview/apptech.html

  2. "Apple – Mac OS X Leopard – Technology – Core Animation". Archived from the original on October 24, 2007. Retrieved October 30, 2007. https://web.archive.org/web/20071024164555/http://www.apple.com/macosx/technology/coreanimation.html

  3. "Apple – Developer – Leopard Technology Series for Developers – Leopard Developer Application Technologies Overview". Retrieved June 12, 2007. https://developer.apple.com/leopard/overview/apptech.html

  4. "Apple – Developer – Leopard Technology Series for Developers – Leopard Developer Application Technologies Overview". Retrieved June 12, 2007. https://developer.apple.com/leopard/overview/apptech.html

  5. Apple Worldwide Developers Conference#2000s /wiki/Apple_Worldwide_Developers_Conference#2000s