Skip to content

Instantly share code, notes, and snippets.

@veeneck
Created January 26, 2015 14:25
Show Gist options
  • Save veeneck/691ab2e2a8eca3f6138d to your computer and use it in GitHub Desktop.
Save veeneck/691ab2e2a8eca3f6138d to your computer and use it in GitHub Desktop.
SKAction Timing Funciton
func timingFunc(time:Float) -> Float {
return 1.0
}
let moveAction = SKAction.moveToX(500, duration: 0.2)
moveAction.timingFunction = timingFunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment