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