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

Inheritance: FadeAnimation
Mostra file Open project: rotorgames/Rg.Plugins.Popup Class Usage Examples

Public Methods

Method 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

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

Method Details

Appearing() public method

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

Disappearing() public method

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

Disposing() public method

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

Preparing() public method

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

ScaleAnimation() public method

public ScaleAnimation ( ) : System.Collections.Generic
return System.Collections.Generic

ScaleAnimation() public method

public ScaleAnimation ( MoveAnimationOptions positionIn, MoveAnimationOptions positionOut ) : System.Collections.Generic
positionIn MoveAnimationOptions
positionOut MoveAnimationOptions
return System.Collections.Generic