Write an app that uses animation to simulate a ball rolling off the edge of a cliff, and bouncing when it hits the ground. To do the roll, put a rotate and a translate into a set (in that order). To drop, delay with startOffset while the roll is done. Put the roll and the drop into an outer set that does the entire animation.
Use best practices for all aspects of the code!