Is there such an attribute? Can you tell whether an element is in a transitional state? Now I mark it by adding attributes to each transitioned element in the transitionend event
迷茫2017-07-05 10:38:10
You can monitor the following separately, and then use variables to control the status yourself.
transitionrun
//Ready to starttransitionstart
//Start, there may be delay
transtionend
//End
between
run and
start