C# Class Demo.Animations.UserAnimation

Inheritance: Rg.Plugins.Popup.Animations.Base.FadeBackgroundAnimation
Datei anzeigen 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
Preparing ( View content, PopupPage page ) : void
UserAnimation ( ) : System

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

UserAnimation() public method

public UserAnimation ( ) : System
return System