A frame-related callback from the scheduler.
The timeStamp is the number of milliseconds since the beginning of the scheduler's epoch. Use timeStamp to determine how far to advance animation timelines so that all the animations in the system are synchronized to a common time base.
Source
typedef void FrameCallback(Duration timeStamp);