Created
March 5, 2010 00:54
-
-
Save boucher/322344 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
var animation = [[CPViewAnimation alloc] initWithViewAnimations:[ | |
[CPDictionary dictionaryWithJSObject:{ | |
CPViewAnimationTarget:view, | |
CPViewAnimationEndFrame:CGRectOffset([view frame], 10, 10) | |
}] | |
]]; | |
[animation setDuration:100]; | |
[animation startAnimation]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment