Skip to content

Commit

Permalink
Merge pull request #107 from CSFelix/CSFelix-patch-1
Browse files Browse the repository at this point in the history
📦 Updated
  • Loading branch information
CSFelix authored Jan 13, 2024
2 parents c9b6646 + 8431875 commit 4c0cec9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/js/scripts/click-burst.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ const circle = new mojs.Shape({
document.onclick = (e) => {
const position = { x: e.pageX, y: e.pageY };

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

burst.tune(position);
burst.replay();
Expand Down

0 comments on commit 4c0cec9

Please sign in to comment.