Opened 14 years ago
Closed 13 years ago
#4973 closed bug (invalid)
animate Method Fails in Firefox 3.5, Safari 4, Chrome
Reported by: | DavidSalahi | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | animate | Cc: | |
Blocked by: | Blocking: |
Description
animate fails to have any effect. In the attached example, the font size is (should be) animated. Works in IE8.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | animate Dave.html added |
---|
comment:1 Changed 13 years ago by
<form> <button onClick="animator()">Animate</button> </form>
remove the "<form>" ,I Think it's no about jquery'bug.
comment:2 Changed 13 years ago by
Component: | unfiled → fx |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Right, as caii says it's because of the form tags. The button acts as a submit so the page reloads before the animation can start.
For issues like this, please ask for help on the forum. Once it's determined the problem is really a bug you can open a ticket here.
Note: See
TracTickets for help on using
tickets.
Sample code showing animate failure