Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-animation

animateWithDuration:delay:options:animations:completion: blocking UI when used with UIViewAnimationOptionRepeat | UIViewAnimationOptionAutoreverse

ios ios5 core-animation ios4

Animate frame property using CABasicAnimation

Drawing particles

How to animate arc/donut segment stroke and length change

CALayers never calls it's delegate's drawLayer:inContext: even after [layer setNeedsDisplay] and [layer display]

Redrawing custom CALayer subclass on custom property change

Cancelling UIView Animation - self.view.layer removeAllAnimations not working

How do you achieve a "clock wipe"/ radial wipe effect in iOS?

UIView beginAnimations with subviews

iphone core-animation

How to get UIView frame origin and size while animation

iphone core-animation

How to flip a UIView around the x-axis while simultaneously switching subviews

How do I notify incoming scene when presentScene:transition: is complete?

core-animation sprite-kit

What happens to the view.frame.size attribute after a CGAffineTransform (Rotate)?

How do I achieve continuous rotation of an NSImage inside NSImageView?

UIView animateKeyframesWithDuration vs standard animation block animation differ

What's the equivalent of CAGradientLayer in swift?

ios swift ios8 core-animation

Rotate the image corresponding to the touch drag in iPhone

How to rotate an object around a arbitrary point?

How can I enforce an specific direction (i.e. clockwise) of rotation in Core Animation?

How can I use core animation to animate the background color of an NSTextField?