Skip to content

GabrielAraujo/ViewAnimations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ViewAnimations

Easy to use View animations with swift

This file contains functions for moving views up, right, left, down and also bouncing popup.

All animations to directions have 2 kinds of effects.

  • Bouncing //With bouncing effect
  • Simple //Without special effects, only the view moving to the defined point.

//UP

  • viewsUp >> Animate all views of an array up.
  • viewUp >> Animate single view up.

//Down

  • viewsDown >> Animate all views of an array down.
  • viewDown >> Animate single view down.

//Left

  • viewsLeft >> Animate all views of an array to the left.
  • viewLeft >> Animate single view to the left.

//Right

  • viewsRight >> Animate all views of an array to the right.
  • viewRight >> Animate single view to the right.

//Popup

  • popIn >> Popup a single view with bounciness effect.
  • popOut >> Popout a single view.

About

Easy to use View animations with swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages