Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Nov 14, 2024
1 parent b226da5 commit e29d267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/orbit-resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Orbit = {
let gravityForce = getComputedStyle(childElement).getPropertyValue('--o-force');

let forceRatio = width / 500
console.log(gravityForce, forceRatio, parseFloat(gravityForce) * forceRatio)

childElement.style.setProperty('--o-force-ratio', `${forceRatio}`);
});

Expand Down

0 comments on commit e29d267

Please sign in to comment.