We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5eacf commit 2442d3eCopy full SHA for 2442d3e
src/Web/CSSOMView.purs
@@ -5,7 +5,7 @@ import Web.CSSOMView.MediaQueryList (MediaQueryList) as CSSOMView
5
import Web.CSSOMView.MediaQueryListEvent (MediaQueryListEvent) as CSSOMView
6
import Web.CSSOMView.Screen (Screen) as CSSOMView
7
8
-data ScrollBehavior = Auto | Smooth
+data ScrollBehavior = Auto | Instant | Smooth
9
10
type ScrollToOptions =
11
{ left :: Number
0 commit comments