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 b61a0b1 commit b47a134Copy full SHA for b47a134
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