Skip to content

Instantly share code, notes, and snippets.

@willrax
Created April 13, 2014 02:38
Show Gist options
  • Save willrax/10566638 to your computer and use it in GitHub Desktop.
Save willrax/10566638 to your computer and use it in GitHub Desktop.
static CSAnimationType CSAnimationTypeBounceLeft = @"bounceLeft";
static CSAnimationType CSAnimationTypeBounceRight = @"bounceRight";
static CSAnimationType CSAnimationTypeBounceDown = @"bounceDown";
static CSAnimationType CSAnimationTypeBounceUp = @"bounceUp";
static CSAnimationType CSAnimationTypeFadeIn = @"fadeIn";
static CSAnimationType CSAnimationTypeFadeOut = @"fadeOut";
static CSAnimationType CSAnimationTypeFadeInLeft = @"fadeInLeft";
static CSAnimationType CSAnimationTypeFadeInRight = @"fadeInRight";
static CSAnimationType CSAnimationTypeFadeInDown = @"fadeInDown";
static CSAnimationType CSAnimationTypeFadeInUp = @"fadeInUp";
static CSAnimationType CSAnimationTypeSlideLeft = @"slideLeft";
static CSAnimationType CSAnimationTypeSlideRight = @"slideRight";
static CSAnimationType CSAnimationTypeSlideDown = @"slideDown";
static CSAnimationType CSAnimationTypeSlideUp = @"slideUp";
static CSAnimationType CSAnimationTypePop = @"pop";
static CSAnimationType CSAnimationTypeMorph = @"morph";
static CSAnimationType CSAnimationTypeFlash = @"flash";
static CSAnimationType CSAnimationTypeShake = @"shake";
static CSAnimationType CSAnimationTypeZoomIn = @"zoomIn";
static CSAnimationType CSAnimationTypeZoomOut = @"zoomOut";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment