Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.02 KB

File metadata and controls

48 lines (30 loc) · 1.02 KB

Animator

Give Your C# Application A New Look With The Form Display Animation.

Features

  • FadeIn.
  • FadeOut.
  • SlideLeft.
  • SlideRight.
  • SlideTop.
  • SlideBottom.

Getting Started

Preview

9QTh5FCzCt.mp4

Usage

  • Run Application With FadeIn Animation :
	Animator.Utils.AnimatorModule animator = new Animator.Utils.AnimatorModule();
	animator.ShowAnimation(new Form1(), AnimatorModule.AnimationStyle.SlideLeft)
	Application.Run();
* Display Form With Animation : 
	Animator.Utils.AnimatorModule animator = new Animator.Utils.AnimatorModule();
	animator.ShowAnimation(new Form1(), AnimatorModule.AnimationStyle.SlideLeft)

Authors

Contributors names and contact info

@Pickleft / Pickleft#1853

Acknowledgments

Inspiration, code snippets, etc.