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

Side by Side Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.json5

Issue 2775143002: Implement frames() timing function (Closed)
Patch Set: Fix behaviour outside input range [0,1] Created 3 years, 8 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 { 1 {
2 // The mode argument is used to limit the keyword to be used only for certain 2 // The mode argument is used to limit the keyword to be used only for certain
3 // CSSParserModes. Values that have the prefix -internal- are only allowed by 3 // CSSParserModes. Values that have the prefix -internal- are only allowed by
4 // CSSParserModes listed in allowInternalPropertyAndValue() 4 // CSSParserModes listed in allowInternalPropertyAndValue()
5 5
6 parameters: { 6 parameters: {
7 mode: {}, 7 mode: {},
8 }, 8 },
9 9
10 // 10 //
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 // 765 //
766 "ease", 766 "ease",
767 "linear", 767 "linear",
768 "ease-in", 768 "ease-in",
769 "ease-out", 769 "ease-out",
770 "ease-in-out", 770 "ease-in-out",
771 "step-start", 771 "step-start",
772 "step-middle", 772 "step-middle",
773 "step-end", 773 "step-end",
774 "steps", 774 "steps",
775 "frames",
775 "cubic-bezier", 776 "cubic-bezier",
776 777
777 // 778 //
778 // zoom 779 // zoom
779 // 780 //
780 "document", 781 "document",
781 "reset", 782 "reset",
782 783
783 // 784 //
784 // user-zoom 785 // user-zoom
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 // shape 1135 // shape
1135 // rect 1136 // rect
1136 // round 1137 // round
1137 1138
1138 // color-gamut 1139 // color-gamut
1139 // srgb 1140 // srgb
1140 "p3", 1141 "p3",
1141 "rec2020", 1142 "rec2020",
1142 ], 1143 ],
1143 } 1144 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSValue.cpp ('k') | third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698