Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/css3/fx.js

  • Provides:

    • dojox.css3.fx
  • Requires:

    • dojo.fx in common
    • dojox.html.ext-dojo.style in common
    • dojox.fx.ext-dojo.complex in common
  • dojox.css3.fx.puff

    • parameters:
      • args
    • summary
      Returns an animation that will do a "puff" effect on the given node
    • description
      Fades out an element and scales it to args.endScale
    • type
      Function
  • dojox.css3.fx.expand

    • parameters:
      • args
    • summary
      Returns an animation that expands args.node
    • description
      Scales an element to args.endScale
    • type
      Function
  • dojox.css3.fx.shrink

    • parameters:
      • args
    • summary
      Returns an animation that shrinks args.node
    • description
      Shrinks an element, same as expand({ node: node, endScale: .01 });
    • type
      Function
  • dojox.css3.fx.rotate

    • parameters:
      • args
    • summary
      Returns an animation that rotates an element
    • description
      Rotates an element from args.startAngle to args.endAngle
    • type
      Function
  • dojox.css3.fx.flip

    • parameters:
      • args
    • summary
      Returns an animation that flips an element around his y axis
    • description
      Flips an element around his y axis. The default is a 360deg flip
      but it's possible to run a partial flip using args.whichAnims
    • example
      	// half flip
      	dojox.css3.fx.flip({
      		node: domNode,
      		whichAnim: [0, 1]
      	}).play();
    • type
      Function
  • dojox.css3.fx.bounce

    • parameters:
      • args
    • summary
      Returns an animation that do a "bounce" effect on args.node
    • description
      Vertical bounce animation, the scaleX, scaleY deformation and the
      jump height (args.jumpHeight) can be specified
    • type
      Function
  • dojox.css3.fx

    • type
      Object
  • dojox.css3

    • type
      Object
  • dojox

    • type
      Object