Lets supose we have lots of different animations running at the same time.
Something useful would be, if jquery could set a global variable somewhere (scope?) with a value (maybe: true) when animations are happening and unset if not:
If animation effect has not been called at all, the global variable would never exist.
Currently if i have many animations done together i have to check each element if is animated with .is(':animated')...