OSDN Git Service

Refactoring of animation
authorNicolas Roard <nicolas@android.com>
Wed, 15 Dec 2010 01:00:56 +0000 (17:00 -0800)
committerNicolas Roard <nicolas@android.com>
Wed, 15 Dec 2010 18:00:17 +0000 (10:00 -0800)
commitff8665d820cc087df2b169dc727396c2a57e65ae
tree3729e08926f02c500453edce49f30ea90e32237d
parent4ab61e100d25f6998a1b91e1949a0c81ddf00beb
Refactoring of animation

We use Webkit animation classes instead of using our own.
Implements keyframes animation for transform.
Simplify LayerAndroid to remove the individual
scaling/translate/rotation attributes and use a TransformationMatrix
instead.
Also cleaned up the style.

Change-Id: I9a4d5c064c30bba568c37ced946405ed60019d33
WebCore/platform/graphics/android/AndroidAnimation.cpp
WebCore/platform/graphics/android/AndroidAnimation.h
WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
WebCore/platform/graphics/android/GraphicsLayerAndroid.h
WebCore/platform/graphics/android/LayerAndroid.cpp
WebCore/platform/graphics/android/LayerAndroid.h