Pop is an animation library created by Facebook for iOS and OSX. It provides a simple API similar to Core Animation for creating timer-based animations using CADisplayLink. Pop animations can update any object property and include built-in animation types like springs and decays. While powerful, Pop runs on the main thread so it can cause lag if the main thread is blocked during an animation.