< Previous PageNext Page > Hide TOC

Animatable Properties

Contents:

CALayer Animatable Properties
CIFilter 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.



< Previous PageNext Page > Hide TOC


© 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-11-13)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.