Skip to content

Commit 01ac079

Browse files
committed
fix(website): removed animation debug
1 parent 4843474 commit 01ac079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $(function () {
107107
})
108108
.setTween(tl[i])
109109
.offset(20)
110-
.addIndicators() // add indicators (requires plugin)
110+
// .addIndicators() // add indicators (requires plugin)
111111
.addTo(controller);
112112
}
113113

0 commit comments

Comments
 (0)