C# Class Open.Core.Helpers.ScrollHelper

Utility methods for scrolling.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

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

Scrolls to the specified element.

Method Details

ToBottom() public méthode

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.
Résultat void