Skip to content

Commit 21d9f20

Browse files
committed
pat scroll-marker: Cleanup.
1 parent a40fc0f commit 21d9f20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pat/scroll-marker/scroll-marker.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ parser.addArgument("in-view-class", "in-view");
1313
parser.addArgument("current-class", "current");
1414
parser.addArgument("current-content-class", "scroll-marker-current");
1515

16-
// Side of element that scrolls. top/bottom/middle/auto (default 'top')
1716
parser.addArgument("side", "top", ["top", "bottom", "middle", "auto"]);
18-
// Distance from side of scroll box. any amount in px, %, vw, vh, vmin or vmax (default '50%')
1917
parser.addArgument("distance", "50%");
20-
// Visibility of element in scroll box. most-visible or null (default null)
2118
parser.addArgument("visibility", null, [null, "most-visible"]);
2219

2320
class Pattern extends BasePattern {

0 commit comments

Comments
 (0)