Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Side by Side Diff: Source/core/css/CSSProperties.in

Issue 1196913005: Implement animations for Independent CSS Transform Properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix rotate-interpolation test Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify 291 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
292 text-overflow type_name=TextOverflow 292 text-overflow type_name=TextOverflow
293 text-shadow animatable, inherited, converter=convertShadow 293 text-shadow animatable, inherited, converter=convertShadow
294 text-transform inherited 294 text-transform inherited
295 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T extUnderlinePosition 295 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T extUnderlinePosition
296 top animatable, initial=initialOffset, converter=convertLengthOrAuto 296 top animatable, initial=initialOffset, converter=convertLengthOrAuto
297 touch-action converter=convertFlags<TouchAction> 297 touch-action converter=convertFlags<TouchAction>
298 transform animatable, custom_value 298 transform animatable, custom_value
299 transform-origin animatable, converter=convertTransformOrigin 299 transform-origin animatable, converter=convertTransformOrigin
300 transform-style name_for_methods=TransformStyle3D 300 transform-style name_for_methods=TransformStyle3D
301 translate runtime_flag=CSSIndependentTransformProperties, converter=convertTrans late 301 translate runtime_flag=CSSIndependentTransformProperties, converter=convertTrans late, animatable
302 rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate 302 rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate, animatable
303 scale runtime_flag=CSSIndependentTransformProperties, converter=convertScale 303 scale runtime_flag=CSSIndependentTransformProperties, converter=convertScale, an imatable
304 transition-delay custom_all 304 transition-delay custom_all
305 transition-duration custom_all 305 transition-duration custom_all
306 transition-property custom_all 306 transition-property custom_all
307 transition-timing-function custom_all 307 transition-timing-function custom_all
308 unicode-bidi 308 unicode-bidi
309 vector-effect svg 309 vector-effect svg
310 vertical-align animatable, custom_inherit, custom_value 310 vertical-align animatable, custom_inherit, custom_value
311 visibility animatable, inherited 311 visibility animatable, inherited
312 x animatable, svg, converter=convertLength 312 x animatable, svg, converter=convertLength
313 y animatable, svg, converter=convertLength 313 y animatable, svg, converter=convertLength
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 -webkit-shape-margin alias_for=shape-margin 536 -webkit-shape-margin alias_for=shape-margin
537 -webkit-shape-outside alias_for=shape-outside 537 -webkit-shape-outside alias_for=shape-outside
538 -webkit-transform alias_for=transform 538 -webkit-transform alias_for=transform
539 -webkit-transform-origin alias_for=transform-origin 539 -webkit-transform-origin alias_for=transform-origin
540 -webkit-transform-style alias_for=transform-style 540 -webkit-transform-style alias_for=transform-style
541 -webkit-transition alias_for=transition 541 -webkit-transition alias_for=transition
542 -webkit-transition-delay alias_for=transition-delay 542 -webkit-transition-delay alias_for=transition-delay
543 -webkit-transition-duration alias_for=transition-duration 543 -webkit-transition-duration alias_for=transition-duration
544 -webkit-transition-property alias_for=transition-property 544 -webkit-transition-property alias_for=transition-property
545 -webkit-transition-timing-function alias_for=transition-timing-function 545 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698