Core Animation Learning

Source: Internet
Author: User

Core animation is a graphics library under the Uikit layer for animating iOS and OS x.

Core Animation managing App Content

Core animation is not a complete drawing system, it is an underlying framework that synthesizes, manipulates, and applies the app content to the hardware.

His core is the Layer object, in most cases, the layer is used to manage the content of the view, but we can still create a separate layer.

Layer Modify Trigger Animation

  Layer is similar to view, some properties can be modified: bounds rectangle, a position onscreen, an opacity, a transform, and many other visually-or iented Properties.

Layer can be organized into layers

Layer layers are similar to the level of view, with parent-child relationships.

Action allows us to change the default properties of the layer

The implicit animation is done by the action, and the core animation uses the action to implement a layer-related animation collection. The action can also be customized.

Core Animation Learning

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.