rstacruz/jquery.transit

obj.is(':animated') always return false

Open

#74 opened on Sep 22, 2012

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (896 forks)batch import
Help wanted

Repository metrics

Stars
 (7,318 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

After obj.transition is executed, obj.is(':animated') always return false.

This is a serious bug because chaining of multiple transitions on eg. click cannot be disabled. Or at least I have no idea how to do it.

Thanks in advance!

Contributor guide