C# Class Rg.Plugins.Popup.Animations.ScaleAnimation

Inheritance: FadeAnimation
Afficher le fichier Open project: rotorgames/Rg.Plugins.Popup Class Usage Examples

Méthodes publiques

Méthode Description
Appearing ( View content, PopupPage page ) : System.Threading.Tasks.Task
Disappearing ( View content, PopupPage page ) : System.Threading.Tasks.Task
Disposing ( View content, PopupPage page ) : void
Preparing ( View content, PopupPage page ) : void
ScaleAnimation ( ) : System.Collections.Generic
ScaleAnimation ( MoveAnimationOptions positionIn, MoveAnimationOptions positionOut ) : System.Collections.Generic

Private Methods

Méthode Description
Scale ( View content, Easing easing, double start, double end, bool isAppearing ) : System.Threading.Tasks.Task
UpdateDefaultProperties ( View content ) : void

Method Details

Appearing() public méthode

public Appearing ( View content, PopupPage page ) : System.Threading.Tasks.Task
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
Résultat System.Threading.Tasks.Task

Disappearing() public méthode

public Disappearing ( View content, PopupPage page ) : System.Threading.Tasks.Task
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
Résultat System.Threading.Tasks.Task

Disposing() public méthode

public Disposing ( View content, PopupPage page ) : void
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
Résultat void

Preparing() public méthode

public Preparing ( View content, PopupPage page ) : void
content Xamarin.Forms.View
page Rg.Plugins.Popup.Pages.PopupPage
Résultat void

ScaleAnimation() public méthode

public ScaleAnimation ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ScaleAnimation() public méthode

public ScaleAnimation ( MoveAnimationOptions positionIn, MoveAnimationOptions positionOut ) : System.Collections.Generic
positionIn MoveAnimationOptions
positionOut MoveAnimationOptions
Résultat System.Collections.Generic