jquery.appear icon indicating copy to clipboard operation
jquery.appear copied to clipboard

Bug: calling appear() on multiple DOM elements

Open janroesner opened this issue 11 years ago • 0 comments

In case appear() is called on multiple DOM elements, $prior_appeared did not remember the prior appeared elements for ALL selectors. Thus $disappeared was calculated incorrectly which caused weird behaviour. Fixed by simply pushing prior appeared elements into $prior_appeared, instead resetting $prior_appeared for every selector / jquery element.

janroesner avatar Oct 23 '14 13:10 janroesner