Listens for the longest CSS transition on an element, then invokes onDone.
The longest transition is the property with the greatest
transition-duration + transition-delay total, so a themed delay extends
the wait instead of cutting it short. Automatically falls back to a timeout
if transitionend never fires.