Skip to content

Bug: fadeOut doesn't run in form element edge case #72

Closed
@theseyi

Description

@theseyi

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions