-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Easing options? #2
Comments
Hi! <div style="width: 100px; height: 100px; background: red;" id="div"></div>
<script>
$(function() {
$('body').on('click', function() {
$('div').animate({ top: '-=100px' }, 600, 'easeInOutExpo', function () {})
})
})
</script> |
Hello! However I do, have weird problem. Sprockets::FileNotFound at /couldn't find file 'jquery.easing' Would you know what could have caused this issue? Thanks |
Try to specify strict version of gem on your laptop, like so:
and then run |
Hello,
I'm wondering how do i use other easing options?
I tried
easing: 'easeInOutExpo' but nothing seems to be happening.
Thanks!
Ben
The text was updated successfully, but these errors were encountered: