diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/transition-timing-functions.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/transition-timing-functions.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,122 @@ + + + + + Timing Functions for Transitions + + + +
+
+ +

Timing functions for transitions

+

On hover, the elements below should transition using the + described timing functions

+ +
+ +
+ Default (no timing function specified, should be the same as Ease) +
+ +
+ Ease (the default ease function) +
+ +
+ Linear +
+ +
+ Ease In +
+ +
+ Ease Out +
+ +
+ Ease In Out +
+ +
+ Cubic bezier specified the same as Ease In Out +
+ +
+ Bogus definition, should become default of Ease +
+ +
+ + + + + \ No newline at end of file