C# Class SlidePaneControl.Extensions.AnimationExtensions

ファイルを表示 Open project: PavelGriza/SlidePane

Public Methods

Method Description
Animate ( this element, double from, double to, double fullDistance ) : void

Private Methods

Method Description
GetAnimationSpeed ( double from, double to, double fullDistance ) : double

Calculate the time for sliding animation

Method Details

Animate() public static method

public static Animate ( this element, double from, double to, double fullDistance ) : void
element this
from double
to double
fullDistance double
return void