blob: 9df43cc73914189815780062a0a1508e03140f62 [file] [log] [blame]
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `ScrollBehavior` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `ScrollBehavior`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ScrollBehavior {
Auto = "auto",
Instant = "instant",
Smooth = "smooth",
}