Ken Aspeslagh
Ken Aspeslagh

Reputation: 11594

CoreImage transition between NSViews

One year at WWDC apple showed using CoreImage transitions to switch between two NSViews. It was a simple example where changing tabs changed the view with a swirl animation or something like that. The presenter joked never to actually do something like this in a real app. Does anyone remember that sample and remember what it was called or have a link?

Upvotes: 0

Views: 622

Answers (1)

lulu
lulu

Reputation: 669

Reducer has an AnimatingTabView that uses CIFilters to animate switching between tabViews.

http://developer.apple.com/library/mac/#samplecode/Reducer/Introduction/Intro.html

Upvotes: 2

Related Questions