diff options
-rw-r--r-- | play.js | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -34,14 +34,6 @@ function animate_position(e) { { duration: 250, easing: "ease" } ) } - } else { - e.animate( - [ - { opacity: 0 }, - { opacity: 1 } - ], - { duration: 250, easing: "ease" } - ) } } } |