C# Class Open.Core.Helpers.ScrollHelper

Utility methods for scrolling.
显示文件 Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
ToBottom ( jQueryObject container, double duration, EffectEasing easing, System.Action onComplete ) : void

Scrolls to the specified element.

Method Details

ToBottom() public method

Scrolls to the specified element.
public ToBottom ( jQueryObject container, double duration, EffectEasing easing, System.Action onComplete ) : void
container jQueryObject The element to scroll to.
duration double The duration of the scroll animation (in seconds).
easing EffectEasing The easing effect to apply.
onComplete System.Action Action to invoke on complete.
return void