mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 11:10:08 +00:00
more testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
35d6726096
commit
e6922cc1d3
@ -535,7 +535,7 @@ function animateElementTo2(elem, to, duration, easing, speed, use_transitions){
|
|||||||
|
|
||||||
|
|
||||||
function stopAnimation2(elem){
|
function stopAnimation2(elem){
|
||||||
var runner = elem.data('runner')
|
var runner = elem.data('animating')
|
||||||
if(runner != null){
|
if(runner != null){
|
||||||
runner.stop()
|
runner.stop()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user