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 c9b6646 commit 8431875Copy full SHA for 8431875
‎assets/js/scripts/click-burst.js‎
@@ -44,8 +44,11 @@ const circle = new mojs.Shape({
44
document.onclick = (e) => {
45
const position = { x: e.pageX, y: e.pageY };
46
47
- circle.tune(position);
48
- circle.replay();
+ // - The circle object does not allow user to click on forms, buttons and other interactive
+ // elements in the page.
49
+ //
50
+ // circle.tune(position);
51
+ // circle.replay();
52
53
burst.tune(position);
54
burst.replay();
0 commit comments