mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 11:48:59 +00:00
LibWeb: Implement Element::scroll_by(HTML::ScrollToOptions)
This commit is contained in:
parent
e5d03e382e
commit
e640a68733
Notes:
sideshowbarker
2024-07-17 06:33:00 +09:00
Author: https://github.com/shannonbooth
Commit: e640a68733
Pull-request: https://github.com/SerenityOS/serenity/pull/24200
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/awesomekling
2 changed files with 16 additions and 4 deletions
|
@ -337,7 +337,7 @@ public:
|
|||
|
||||
void scroll(HTML::ScrollToOptions const&);
|
||||
void scroll(double x, double y);
|
||||
void scroll_by(HTML::ScrollToOptions const&);
|
||||
void scroll_by(HTML::ScrollToOptions);
|
||||
void scroll_by(double x, double y);
|
||||
|
||||
void register_intersection_observer(Badge<IntersectionObserver::IntersectionObserver>, IntersectionObserver::IntersectionObserverRegistration);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue