Created
April 13, 2014 02:38
-
-
Save willrax/10566638 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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