Animatable Properties
Many of the properties in CALayer
and CIFilter
can be animated. This appendix lists those properties, along with the animation used by default.
CALayer Animatable Properties
Table B-1 lists the properties of the CALayer
class that you might consider animating. For each property, the table also lists the type of default animation object that is created to execute an implicit animation.
Property | Default animation |
---|---|
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
There is no default implied animation. | |
Uses the default implied | |
This property is not animatable. You can achieve the same results by animating the | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied | |
Uses the default implied |
Table B-2 lists the animation attributes for the default property-based animations.
Description | Value |
---|---|
Class | |
Duration | 0.25 seconds, or the duration of the current transaction |
Key path | Set to the property name of the layer. |
Table B-3 lists the animation object configuration for default transition-based animations.
Description | Value |
---|---|
Class | |
Duration | 0.25 seconds, or the duration of the current transaction |
Type | Fade ( |
Start progress |
|
End progress |
|
CIFilter Animatable Properties
Core Animation adds the following animatable properties to Core Image’s CIFilter
class. These properties are available only on OS X.
For more information about these additions, see CIFilter Core Animation Additions.
Copyright © 2015 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2015-03-09