I have been reading up on OS X\'s Core animation. I would like to know if it is possible to control the OS windows in a similar way to Expose, Time Machine, and or switching user screens. I am aware t
I wish to remove a CALayer from its superlayer without animating. What happens here is the layer animates to a position, works great, when however the animation stopped, this code is executed, which r
I have a problem I don\'t understand regarding UIViews and Core Animation. Here\'s what I want to do:
I would like to shrink my UIView to the top left corner. I am currently using a scale transform to achieve this,开发者_运维技巧 but the view is shrunk to the center. I have tried to change the layer\'
I have a CALayer that implements drawInContext: and draws a simple circle, like so: - (void)drawInContext:(CGContextRef)ctx
On occasion when setting layer.transform to a new transform I see the layer blink at its finished location, then animate from its current location to its finished location.
I\'m trying to get an effect like the zoomRectToVisible-method of UIScrollview. But my method should be able to center the particular rect in the layer while zooming and it should be able to re-adjust
What I\'m looking for is a way with CA to dynamically lay out a window.Imagine the following SQL query in a window, each name between +PLUSSIGNS+ being a NSPopUpButton, rest is static text.
I have been running into some issues with animating multiple CALayers at the same time, and was hoping someone could point me in the right direction.
I want to animate the resize of a CALayer. It needs to expand from the left (the right side needs to stay 开发者_JS百科put). Setting the anchorPoint will make resizes work this way, but once I start a