Skip to content

Instantly share code, notes, and snippets.

@veeneck
Created February 9, 2015 16:39
Show Gist options
  • Select an option

  • Save veeneck/9840799baae15a23ef2b to your computer and use it in GitHub Desktop.

Select an option

Save veeneck/9840799baae15a23ef2b to your computer and use it in GitHub Desktop.
example transition with CI Filter
// 5 - starburst out
let filter = CIFilter(name: "CIFlashTransition", withInputParameters: ["inputCenter":CIVector(x: 600, y: 900)])
let transition = SKTransition(CIFilter: filter, duration: 2)
@RomanN2
Copy link
Copy Markdown

RomanN2 commented Aug 30, 2016

Crashes in my case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment