Soft scroll animation NSScrollView scrollToPoint:
I want to create soft animation between transitions in simply UI: view that moved When a call scrollToPoint: for move view to point that transition doesn't animate. I'm newbe in Cocoa programming (iOS is my background). And I don't know how right use .animator or NSAnimationContext. Also I was read Core Animation guide but didn't find the solution. The source can be reach on Git Hub repository Please help !!! scrollToPoint is not animatable. Only animatable properties like bounds and position in NSAnimatablePropertyContainer are animated. You don't need to do anything with CALayer: remove the