Opened 15 years ago
Last modified 12 years ago
#1728 closed bug
fadeTo doesn't work with absolute positioning — at Initial Version
Reported by: | samsonart | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | effects | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When a have a structure like:
<div id="content">
<div class="relative">
<div class="absolute">
..content
</div>
</div>
</div>
applying transition to "content" element to fadeout, replacing content with ajax call then fading in doesn't work - content just replaced.
Note: See
TracTickets for help on using
tickets.