Bug 34736 - No way to animate scrollTop
Summary: No way to animate scrollTop
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 18:25 PST by Yehuda Katz
Modified: 2010-02-08 18:25 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yehuda Katz 2010-02-08 18:25:13 PST
Because scrollTop is not a CSS property, there is no way to use the built-in animation tools to animate scrollTop. As a result, animating scrollTop requires falling back to timer-based animations.