#13389 closed bug (worksforme)
animate scrollTop is not working in chrome, safari and 1-2 other
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi, Recently I found animate scrollTop is not working in chrome and safari.
e.g.:
$("html,body").animate({ scrollTop: 300 }, 'slow'); or $("html").animate({ scrollTop: 300 }, 'slow'); or $("body").animate({ scrollTop: 300 }, 'slow');
How to solve this huge bug.
Thanks in advance
Change History (3)
comment:1 follow-up: 3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Hey dmethvin,
Thanks for your concern and help
Regards, Pawanvir Singh
comment:3 Changed 9 years ago by
Replying to dmethvin:
This solution does not currently work when i run it. Clicking the button does not scroll the document.
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/Pttr5/