mirror of
https://github.com/servo/servo.git
synced 2025-09-04 03:58:23 +01:00
Implement Animate trait for individual transforms
This commit is contained in:
parent
9a62c0bf02
commit
8a4661b829
5 changed files with 130 additions and 40 deletions
|
@ -1,7 +1,4 @@
|
|||
[scale-interpolation.html]
|
||||
["2 30 400" and "10 110 1200" are valid scale values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "2 30 400" and "10 110 1200" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,9 +17,6 @@
|
|||
[Animation between "2 30 400" and "10 110 1200" at progress 2]
|
||||
expected: FAIL
|
||||
|
||||
["26 17 9" and "2" are valid scale values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "26 17 9" and "2" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -41,9 +35,6 @@
|
|||
[Animation between "26 17 9" and "2" at progress 2]
|
||||
expected: FAIL
|
||||
|
||||
["none" and "4 3 2" are valid scale values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "none" and "4 3 2" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -62,9 +53,6 @@
|
|||
[Animation between "none" and "4 3 2" at progress 2]
|
||||
expected: FAIL
|
||||
|
||||
["none" and "none" are valid scale values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "none" and "none" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue