Implement Animate trait for individual transforms

This commit is contained in:
CJ Ku 2018-01-25 12:53:01 +09:00 committed by Brian Birtles
parent 9a62c0bf02
commit 8a4661b829
5 changed files with 130 additions and 40 deletions

View file

@ -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

View file

@ -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

View file

@ -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