Skip to content

Pickleft/Animator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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.

About

C# Form Display Animation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages