Using CALayer.speed to finish running animation
Suppose I have a long running task whose progress is displayed in custom progress bar similar to system progress bar. A task can finish faster than animation of CALayer.bounds
from leading to trailing edge. In this case I need to fast forward animation to the trailing edge.