Files
cappuccino/AppKit/CoreAnimation
cacaodev 6bf2d6c1ab Move css animation creation & frame updaters to CPViewAnimator
Reason: • consistency : animations handled by animator.
• Views can now animate several DOM elements. For example
a view with a nine part image need to animate its sub divs.

• Do not create any css animation when the start and end values are
equal and there is no intermediate values.

+ This commit adds an optional method to CPView
- (CGRect)frameRectOfView:(CPView)aView inSuperviewSize:(CGSize)aSize
Returns the frame of a view given its superview frame. This will allow
views implementing -layoutSubviews to gain an optional declarative
layout. The animation system will use this method to compute the end
value of an animation.
2017-03-02 10:30:09 +01:00
..
2017-03-02 09:48:12 +01:00
2013-04-13 16:29:43 +02:00
2013-04-13 16:29:43 +02:00
2011-02-28 23:48:34 -03:00
2013-04-13 16:29:43 +02:00
2013-04-13 16:29:43 +02:00