mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +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 @@
|
|||
[rotate-interpolation.html]
|
||||
["100deg" and "180deg" are valid rotate values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "100deg" and "180deg" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,9 +17,6 @@
|
|||
[Animation between "100deg" and "180deg" at progress 2]
|
||||
expected: FAIL
|
||||
|
||||
["45deg" and "-1 1 0 60deg" are valid rotate values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "45deg" and "-1 1 0 60deg" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -41,9 +35,6 @@
|
|||
[Animation between "45deg" and "-1 1 0 60deg" at progress 2]
|
||||
expected: FAIL
|
||||
|
||||
["none" and "7 -8 9 400grad" are valid rotate values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "none" and "7 -8 9 400grad" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -62,9 +53,6 @@
|
|||
[Animation between "none" and "7 -8 9 400grad" at progress 2]
|
||||
expected: FAIL
|
||||
|
||||
["none" and "none" are valid rotate values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "none" and "none" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
[translate-interpolation.html]
|
||||
["220px 240px 260px" and "300px 400px 500px" are valid translate values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "220px 240px 260px" and "300px 400px 500px" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -20,9 +17,6 @@
|
|||
[Animation between "220px 240px 260px" and "300px 400px 500px" at progress 2]
|
||||
expected: FAIL
|
||||
|
||||
["480px 400px 320px" and "240% 160%" are valid translate values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "480px 400px 320px" and "240% 160%" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -41,9 +35,6 @@
|
|||
[Animation between "480px 400px 320px" and "240% 160%" at progress 2]
|
||||
expected: FAIL
|
||||
|
||||
["none" and "8px 80% 800px" are valid translate values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "none" and "8px 80% 800px" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -62,9 +53,6 @@
|
|||
[Animation between "none" and "8px 80% 800px" at progress 2]
|
||||
expected: FAIL
|
||||
|
||||
["none" and "none" are valid translate values]
|
||||
expected: FAIL
|
||||
|
||||
[Animation between "none" and "none" at progress -1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue