所以我在后台有几组动画。但是,在用户动画期间,我想暂停所有其他动画,以便浏览器可以呈现用户最需要的内容。
Element.mousein() --> Pause (NOT STOP) all animations except those related to Element
i.e. $(body).not(Element).pauseAnimations();
Element.mouseout() --> Resume all animations
i.e. $(body).not(Element).resumeAnimations();
像这样的http://tobia.github.com/Pause/而是暂停所有其他的,除了悬停的那个。