We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
temp1.transition({x: 100}, 300)
The text was updated successfully, but these errors were encountered:
this project have nobody to maintain now .
Sorry, something went wrong.
No branches or pull requests
Hello,
Ive installed jquery.transit over npm and when calling the transition method on any element I get the following error:
When adding the duration
temp1.transition({x: 100}, 300)
it works fine.The text was updated successfully, but these errors were encountered: