mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
LibWeb: Implement HTMLMarqueeElement.scrollDelay
This commit is contained in:
parent
2a408ecfbc
commit
a917f8124c
Notes:
sideshowbarker
2024-07-17 07:25:39 +09:00
Author: https://github.com/jamierocks
Commit: a917f8124c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/608
4 changed files with 22 additions and 1 deletions
|
@ -23,6 +23,9 @@ public:
|
|||
WebIDL::UnsignedLong scroll_amount();
|
||||
WebIDL::ExceptionOr<void> set_scroll_amount(WebIDL::UnsignedLong);
|
||||
|
||||
WebIDL::UnsignedLong scroll_delay();
|
||||
WebIDL::ExceptionOr<void> set_scroll_delay(WebIDL::UnsignedLong);
|
||||
|
||||
private:
|
||||
HTMLMarqueeElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue