jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

error: Method fire does not exist on jQuery.jmpress #106

Closed kkxlkkxllb closed 11 years ago

kkxlkkxllb commented 11 years ago

when i init jmpress $wrap.jmpress() and then immediately deinit it

if $wrap.jmpress("initialized")
   $wrap.jmpress("deinit")

will throw the error. is it caused by some "setTimeout method"?

kkxlkkxllb commented 11 years ago

i config the setting transitionDuration: 0 fix it

$wrap.jmpress
       transitionDuration: 0

but why the default transitionDuration value is 1500 ms ?