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