What is the idea/algorithm behind the Tab close animation on Safari on iPad?
I'm looking to recreate the (collapse into a point) safari.app tab close animation. Can some animation gurus chime开发者_StackOverflow in on some algorithms/pointers on how to achieve this?
The tab close animation in Safari on iPad, and the mail deletion animation in Mail on iPhone use Core Animation filters. These filters are private Apple, and available for you unless you use private API:s.
Your best solution is to request the filter as a public API at http://bugreport.apple.com
Your second option available to you today is to recreate the animation using a mesh of OpenGL triangles.
精彩评论