From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- includes/js/dojox/fx/tests/test_animateClass.html | 222 ---------------------- 1 file changed, 222 deletions(-) delete mode 100644 includes/js/dojox/fx/tests/test_animateClass.html (limited to 'includes/js/dojox/fx/tests/test_animateClass.html') diff --git a/includes/js/dojox/fx/tests/test_animateClass.html b/includes/js/dojox/fx/tests/test_animateClass.html deleted file mode 100644 index c963ca1..0000000 --- a/includes/js/dojox/fx/tests/test_animateClass.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - dojox.fx.style - animatated CSS functions | The Dojo Toolkit - - - - - - - - -

dojox.fx.style tests

- -

- dojox.fx.style provides a few methods to animate the changes that would occur - when adding or removing a class from a domNode. -

- - - - - - - - -

testing sizes

- - - - - - - -
-
-
-
-
- -
- -

testing position

-

This is a div position:relative with a position:absolute div inside. testing various t/l/b/r combos. - normal css inheritance rules apply, so setting .foo .bar if .foo was defined last in the css text, .bar - will take precedent. the below position test shows the results of this: -

- - - - - -
-
-
- - - - - -

Some properties - cannot be modified (fontFace, and so on), so to ensure the results at the end - of the animation are applied correctly and fully, the class name is set on the node - via dojo.add/removeClass(). -

- - - - -- cgit v1.2.3-54-g00ecf