Modify to unsupport the CSS animation without webkit prefix
authorsh919.park <sh919.park@samsung.com>
Fri, 21 Jun 2013 14:30:21 +0000 (23:30 +0900)
committersh919.park <sh919.park@samsung.com>
Mon, 24 Jun 2013 04:34:37 +0000 (13:34 +0900)
[Title] Modify to unsupport the  CSS animation without webkit prefix
[Issue#] N/A
[Problem] Unsupport the CSS animation event that webkit prefix is applied
[Cause] Only support the css properties of animation without webkit prefix.
[Solution] Delete the css properties of animation without webkit prefix.

Change-Id: I7512b11f9567c7089620914175e92dd4769047bb

Source/WebCore/css/CSSPropertyNames.in

index 612c3cc..47d6d9d 100644 (file)
@@ -410,15 +410,6 @@ z-index
 -webkit-overflow-scrolling
 #endif
 #if defined(ENABLE_TIZEN_CSS_ALIASES) && ENABLE_TIZEN_CSS_ALIASES
-animation = -webkit-animation
-animation-delay = -webkit-animation-delay
-animation-direction = -webkit-animation-direction
-animation-duration = -webkit-animation-duration
-animation-fill-mode = -webkit-animation-fill-mode
-animation-iteration-count = -webkit-animation-iteration-count
-animation-name = -webkit-animation-name
-animation-play-state = -webkit-animation-play-state
-animation-timing-function = -webkit-animation-timing-function
 backface-visibility = -webkit-backface-visibility
 perspective = -webkit-perspective
 perspective-origin = -webkit-perspective-origin