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

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

Issue 2775143002: Implement frames() timing function (Closed)
Patch Set: Created 3 years, 9 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 // 757 //
758 "ease", 758 "ease",
759 "linear", 759 "linear",
760 "ease-in", 760 "ease-in",
761 "ease-out", 761 "ease-out",
762 "ease-in-out", 762 "ease-in-out",
763 "step-start", 763 "step-start",
764 "step-middle", 764 "step-middle",
765 "step-end", 765 "step-end",
766 "steps", 766 "steps",
767 "frames",
767 "cubic-bezier", 768 "cubic-bezier",
768 769
769 // 770 //
770 // zoom 771 // zoom
771 // 772 //
772 "document", 773 "document",
773 "reset", 774 "reset",
774 775
775 // 776 //
776 // user-zoom 777 // user-zoom
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 // shape 1125 // shape
1125 // rect 1126 // rect
1126 // round 1127 // round
1127 1128
1128 // color-gamut 1129 // color-gamut
1129 // srgb 1130 // srgb
1130 "p3", 1131 "p3",
1131 "rec2020", 1132 "rec2020",
1132 ], 1133 ],
1133 } 1134 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698