C# 클래스 Fluqi.Core.Ease

Models the Easing options available as standard with jQuery UI components
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
EaseToString ( List ease ) : string

Converts a list of Easing functions into a (space) separated string. Note Easings specified as "None" are excluded.

EaseToString ( eEase ease ) : string

Converts the Easing option into a string.

EaseToString ( int nEase ) : string

Converts the Easing option into a string.

StringToEase ( string ease ) : eEase

Converts a string into an Easing into an enum option.

ToList ( ) : List

Returns all the enumeration items as list;

메소드 상세

EaseToString() 공개 정적인 메소드

Converts a list of Easing functions into a (space) separated string. Note Easings specified as "None" are excluded.
public static EaseToString ( List ease ) : string
ease List
리턴 string

EaseToString() 공개 정적인 메소드

Converts the Easing option into a string.
public static EaseToString ( eEase ease ) : string
ease eEase Easing option to convert
리턴 string

EaseToString() 공개 정적인 메소드

Converts the Easing option into a string.
public static EaseToString ( int nEase ) : string
nEase int Easing option to convert
리턴 string

StringToEase() 공개 정적인 메소드

Converts a string into an Easing into an enum option.
public static StringToEase ( string ease ) : eEase
ease string String to convert
리턴 eEase

ToList() 공개 정적인 메소드

Returns all the enumeration items as list;
public static ToList ( ) : List
리턴 List