I'm trying to catch a running css transition to have some sort of an event-function as jQuery('#element').resize(); so I can smoothley adjust my layout which is partly generated by jQuery.
I already found plenty of articles where transitionend is described. Sadly the event is only triggered when - you might guess it - the transition ended. But I'm looking for an event, that keeps triggering until the transition ended.
.css(), clear interval once transition ends.