CALayer Animatable Properties
CIFilter Animatable Properties
The following CALayer
class properties can be animated by Core Animation. See CALayer
for more information.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10. (subproperties are animated using a basic animation)
Uses the default implied CATransitionAnimation
described in Table 11. Sub-properties of the filters are animated using the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CATransitionAnimation
described in Table 11. Sub-properties of the filters are animated using the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10.
No default implied animation is set.
Uses the default implied CABasicAnimation
described in Table 10. Sub-properties of the filters are animated using the default implied CABasicAnimation
described in Table 10.
The frame property itself is not animatable. You can achieve the same results by modifying the bounds
and position
properties instead.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10. This property is available only on Mac OS X.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10. This property is available only on Mac OS X.
Uses the default implied CABasicAnimation
described in Table 10. This property is available only on Mac OS X.
Uses the default implied CABasicAnimation
described in Table 10. This property is available only on Mac OS X.
Uses the default implied CABasicAnimation
described in Table 10. This property is available only on Mac OS X.
Uses the default implied CATransitionAnimation
described in Table 11.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10.
Uses the default implied CABasicAnimation
described in Table 10.
Description | Value |
---|---|
Class | CABasicAnimation |
| .25 seconds, or the duration of the current transaction |
keyPath | Dependent on layer property type |
Description | Value |
---|---|
Class | CATransition |
duration | .25 seconds, or the duration of the current transaction |
type | Fade ( |
startProgress | 0.0 |
endProgress | 1.0 |
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.
enabled
© 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-11-13)