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

Inheritance: Rg.Plugins.Popup.Animations.Base.FadeBackgroundAnimation
Mostra file Open project: rotorgames/Rg.Plugins.Popup

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
MoveAnimation ( ) : System.Collections.Generic
MoveAnimation ( MoveAnimationOptions positionIn, MoveAnimationOptions positionOut ) : System.Collections.Generic
Preparing ( View content, PopupPage page ) : void

Private Methods

Method Description
UpdateDefaultTranslations ( 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

MoveAnimation() public method

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

MoveAnimation() public method

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

Preparing() public method

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