Cabasicanimation animationwithkeypath types
When using the 'cabasicanimation 'from the quartzcore framework in objective-C, you have to specify an animationwithkeypath. this is a long string and is not easily listed in the cabasicanimation, capropertyanimation, or the caanimation class. I ended up finding a handy chart within the core animation programming guide in Apple's iPhone OS reference library. hope this helps save someone time, at least it will for me.
We can change the value of the animation animationwithkeypath by using the animationwithkeypath key-Value Pair: transform. scale = proportional scaling transform. scale. X = Percentage of bytes before transform. scale. y = the ratio between them is higher than transform. rotation. z = rotation opacity of the plane worker = transparency marginzposition backgroundcolor cornerradiusborderwidthframe
Bounds
contentscontentsRectcornerRadiushiddenmaskmasksToBounds
positionshadowColorshadowOffsetshadowOpacityshadowRadius
Cabasicanimation animationwithkeypath some specified values