UNPKG
scrolldir
Version:
latest (1.5.3)
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.25
1.2.23
1.2.18
1.2.17
1.2.16
1.2.15
1.2.13
1.2.9
1.2.7
1.2.6
1.2.5
1.2.3
1.2.2
1.2.1
1.2.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
0.0.4
0.0.3
0.0.2
0.0.1
Vertical scroll direction in CSS
github.com/yowainwright/scrolldir.git
yowainwright/scrolldir
scrolldir
/
tests
/
off
/
test.js
6 lines
(5 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
QUnit
.
test
(
"Is scrolldir there?"
,
function
(
assert
) {
scrollDir
();
scrollDir
({
off
:
true
}); assert.
equal
(
document
.
querySelector
(
'[data-scrolldir]'
).
getAttribute
(
'data-scrolldir'
),
'off'
,
'there should not be scrolldir'
); });