FlightAnimator supports any user defined animatable properties of the following types:
- CGFloat
- CGSize
- CGPoint
- CGRect
- CATransform3D
- CGColor
The following are all the supported animatable CALayer properties:
<tr>
<td bgcolor="#66CCCC">contentsRect</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">cornerRadius</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">frame</td>
<td>Combine bounds and position</td>
</tr>
<tr>
<td bgcolor="#66CCCC">opacity</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">position</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">shadowColor</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">shadowOffset</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">shadowOpacity</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">shadowRadius</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">sublayerTransform</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">transform</td>
<td>Supported with all easing Curves</td>
</tr>
<tr>
<td bgcolor="#66CCCC">zPosition</td>
<td>Supported with all easing Curves</td>
</tr>
anchorPoint | Supported with all easing Curves |
backgroundColor | To be supported in a later release |
borderColor | To be supported in a later release |
borderWidth | Supported with all easing Curves |
bounds | Supported with all easing Curves |
<tr>
<td bgcolor="#ffcfcf">hidden</td>
<td>Not Supported</td>
</tr>
<tr>
<td bgcolor="#ffcfcf">mask</td>
<td>Not Supported</td>
</tr>
<tr>
<td bgcolor="#ffcfcf">masksToBounds</td>
<td>Not Supported</td>
</tr>
<td bgcolor="#ffcfcf">shadowPath</td>
<td>Possibly in a later release</td>
</tr>
<tr>
<td bgcolor="#ffcfcf">sublayers</td>
<td>Not Supported</td>
</tr>
</tr>
backgroundFilters | Possibly in a later release |
compositingFilter | Possibly in a later release |
contents | Possibly in a later release |
doubleSided | Not Supported |
filters | Not Supported |