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/fx/scroll.js

  • Provides:

    • dojox.fx.scroll
  • Requires:

    • dojox.fx._core in common
  • dojox.fx.smoothScroll

    • parameters:
      • args: (typeof Object)
    • returns
      dojo.Animation
    • summary
      Returns an animation that will smooth-scroll to a node
    • description
      This implementation support either horizontal or vertical scroll, as well as
      both. In addition, element in iframe can be scrolled to correctly.
      offset: {x: int, y: int} this will be added to the target position
      duration: Duration of the animation in milliseconds.
      win: a node or window object to scroll
    • type
      Function
  • dojox.fx.scroll

    • type
      Object
  • dojox.fx

    • type
      Object
  • dojox

    • type
      Object