Skip to content

Commit

Permalink
feat: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpayot committed Feb 9, 2025
1 parent 1069a98 commit 305daee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2568,8 +2568,6 @@ function shapeTransition () {
shape: 1, // 1, 2 or 3 , see demo
direction: 3, // 1, 2, 3 , 4, 5 see demo
effect: 1, // 1, 2 or 3 , see demo
speed: 3.2,
easing: 'quart.out',
bkgColor: '#121212',
brightness: false,
maxBrightness: 1,
Expand Down
2 changes: 0 additions & 2 deletions src/transitions/shape.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export default function () {
shape: 1, // 1, 2 or 3 , see demo
direction: 3, // 1, 2, 3 , 4, 5 see demo
effect: 1, // 1, 2 or 3 , see demo
speed: 3.2,
easing: 'quart.out',
bkgColor: '#121212',
brightness: false,
maxBrightness: 1,
Expand Down

0 comments on commit 305daee

Please sign in to comment.