rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

Error: Cannot read property 'speeds' of undefined when omitting duration #242

Open crtl opened 6 years ago

crtl commented 6 years ago

Hello,

Ive installed jquery.transit over npm and when calling the transition method on any element I get the following error:

> temp1.transition({x: 100})

Uncaught TypeError: Cannot read property 'speeds' of undefined
    at r.fn.init.$.fn.transition.$.fn.transit (jquery.transit.js:603)
    at <anonymous>:1:7

When adding the duration temp1.transition({x: 100}, 300) it works fine.

quietTrojan commented 6 years ago

this project have nobody to maintain now .