Closed
Description
Hey @julianshapiro amazing work and thank you for all the hard work you're putting in.
It's possible I'm doing something wrong but I'm running of the latest repo (f445d1b) and velocity('fadeOut') fails, while 'fadeIn' works as expected. Replacing the same statement with the jQuery implementation works as expected: $(element).fadeOut().
This is the snippet:
$('[name="sign-in"]', '#sign-in')
.velocity('fadeOut', {queue: false});
ps: queueing does not resolve it either.
Thanks.
Activity