mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update transition-timing-function css test
This commit is contained in:
parent
533ac6bdb4
commit
8d90aa0b88
1 changed files with 3 additions and 3 deletions
|
@ -58,15 +58,15 @@
|
|||
'ease-out': 'cubic-bezier(0, 0, 0.58, 1)',
|
||||
'ease-in-out': 'cubic-bezier(0.42, 0, 0.58, 1)',
|
||||
'step-start': 'steps(1, start)',
|
||||
'step-end': 'steps(1, end)',
|
||||
'step-end': 'steps(1)',
|
||||
// cubic bezier
|
||||
'cubic-bezier(0.1, 0.2, 0.3, 0.4)': 'cubic-bezier(0.1, 0.2, 0.3, 0.4)',
|
||||
'cubic-bezier(0.1, -0.2, 0.3, -0.4)': 'cubic-bezier(0.1, -0.2, 0.3, -0.4)',
|
||||
'cubic-bezier(0.1, 1.2, 0.3, 1.4)': 'cubic-bezier(0.1, 1.2, 0.3, 1.4)',
|
||||
// steps
|
||||
'steps(3, start)': 'steps(3, start)',
|
||||
'steps(3, end)': 'steps(3, end)',
|
||||
'steps(3)': 'steps(3, end)',
|
||||
'steps(3, end)': 'steps(3)',
|
||||
'steps(3)': 'steps(3)',
|
||||
// invalid
|
||||
'cubic-bezier(foobar)': defaultValue,
|
||||
'steps(foobar)': defaultValue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue