CALayer 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 1. -
Uses the default implied
CABasicAnimation
described in Table 1.(subproperties are animated using a basic animation)
-
Uses the default implied
CATransitionAnimation
described in Table 2. Sub-properties of the filters are animated using the default impliedCABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CATransitionAnimation
described in Table 2. Sub-properties of the filters are animated using the default impliedCABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
No default implied animation is set.
-
Uses the default implied
CABasicAnimation
described in Table 1. Sub-properties of the filters are animated using the default impliedCABasicAnimation
described in Table 1. -
The frame property itself is not animatable. You can achieve the same results by modifying the
bounds
andposition
properties instead. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CATransitionAnimation
described in Table 2. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1. -
Uses the default implied
CABasicAnimation
described in Table 1.
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 |