Transitionend will not fire with transition duration zero

The CSS transition event ‘transitionend’ will not be fired if the ‘transition-duration’ applied to an element is zero. This might be very logical in the sense that “how can a transition end if it never begins?”. Still this can pose a problem. example: Let’s say you have a list of 40 horizontally aligned images. We […]