Skip to main content

Bug Tracker

Side navigation

#11613 closed bug (invalid)

Opened April 20, 2012 06:10PM UTC

Closed April 20, 2012 07:06PM UTC

jQuery Animate Visibility Bug

Reported by: tom@teepeestudios.net Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

I came across an interesting bug - .animate({visibility: "visible"},1000); doesn’t work. Changing visibility for any other style works fine. Dunno why this is??

Attachments (0)
Change History (1)

Changed April 20, 2012 07:06PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed
The .animate() method allows us to create animation effects on any **numeric** CSS property. -- http://api.jquery.com/animate/