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

Side by Side Diff: sky/engine/core/css/CSSValueKeywords.in

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/engine/core/css/CSSValue.cpp ('k') | sky/engine/core/css/ElementRuleCollector.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 4
5 // The mode argument is used to limit the keyword to be used only for certain 5 // The mode argument is used to limit the keyword to be used only for certain
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by
7 // CSSParserModes listed in allowInternalPropertyAndValue() 7 // CSSParserModes listed in allowInternalPropertyAndValue()
8 8
9 inherit 9 inherit
10 initial 10 initial
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 contain 378 contain
379 cover 379 cover
380 380
381 // 381 //
382 // -webkit-rtl-ordering 382 // -webkit-rtl-ordering
383 // 383 //
384 logical 384 logical
385 visual 385 visual
386 386
387 // 387 //
388 // animation-direction
389 //
390 // alternate
391
392 alternate-reverse
393
394 //
395 // animation-play-state
396 //
397 running
398 paused
399
400 //
401 // transform-style 388 // transform-style
402 // 389 //
403 flat 390 flat
404 preserve-3d 391 preserve-3d
405 392
406 // 393 //
407 // transition-timing-function
408 // animation-timing-function
409 //
410 ease
411 linear
412 ease-in
413 ease-out
414 ease-in-out
415 step-start
416 step-middle
417 step-end
418
419 //
420 // pointer-events 394 // pointer-events
421 // 395 //
422 visiblePainted 396 visiblePainted
423 visibleFill 397 visibleFill
424 visibleStroke 398 visibleStroke
425 //visible 399 //visible
426 painted 400 painted
427 fill 401 fill
428 stroke 402 stroke
429 bounding-box 403 bounding-box
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 last-baseline 531 last-baseline
558 self-start 532 self-start
559 self-end 533 self-end
560 true 534 true
561 safe 535 safe
562 legacy 536 legacy
563 537
564 // will-change 538 // will-change
565 // auto 539 // auto
566 contents 540 contents
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSValue.cpp ('k') | sky/engine/core/css/ElementRuleCollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698