Login Register

DojoX FX

Version
Version 0.1
Release Date
Release date: 08/02/2007
Project state:

prototype / expermental

Credits

Peter Higgins

Project description

dojox.fx provides a class of animation effects to use.

Dependencies:

dojox.fx requires dojo (core) and the dojo.fx package dojox.fx.easing requires only dojo core.

Documentation

existing API thus far:

dojox.fx.sizeTo - size a node about it's center to a new width/height

dojox.fx.addClass - animate the effects of applying a class to a node dojox.fx.removeClass - " " " " removing a class from a node dojox.fx.toggleClass - wrapper for addClass/removeClass

dojox.fx.easing - a collection of easing functions to use this is a "stand alone" class, and can be used via: dojo.require("dojox.fx.easing"); and provides: dojo.fx.easing.easeIn/easeOut/easeInOut to use in an _Animation easing: property

Installation instructions

checkout dojox/fx* from SVN and place into your sibling dojox folder.

see dojox/fx/tests/* for examples, and API tool for details.