Animatable Properties

CALayer Animatable Properties

The following CALayer class properties can be animated by Core Animation. See CALayer for more information.

Table 10  Default Implied Basic Animation

Description

Value

Class

CABasicAnimation

duration

.25 seconds, or the duration of the current transaction

keyPath

Dependent on layer property type

Table 11  Default Implied Transition

Description

Value

Class

CATransition

duration

.25 seconds, or the duration of the current transaction

type

Fade (kCATransitionFade)

startProgress

0.0

endProgress

1.0

CIFilter Animatable Properties

Core Animation adds the following animatable properties to Core Image’s CIFilter class. See CIFilter for more information. These properties are available only on Mac OS X.



© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-10-19)