Skip to content

Commit 8431875

Browse files
authored
📦 Updated
- Updated mo.js Object
1 parent c9b6646 commit 8431875

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎assets/js/scripts/click-burst.js‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ const circle = new mojs.Shape({
4444
document.onclick = (e) => {
4545
const position = { x: e.pageX, y: e.pageY };
4646

47-
circle.tune(position);
48-
circle.replay();
47+
// - The circle object does not allow user to click on forms, buttons and other interactive
48+
// elements in the page.
49+
//
50+
// circle.tune(position);
51+
// circle.replay();
4952

5053
burst.tune(position);
5154
burst.replay();

0 commit comments

Comments
 (0)