Skip to content

Commit bbc0b70

Browse files
Add stagger function to motion exports in app.js
1 parent 2348982 commit bbc0b70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/js/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import {
2929
circInOut,
3030
anticipate,
3131
spring,
32+
stagger,
3233
} from 'motion'
3334

3435
// Swiper
@@ -71,6 +72,7 @@ window.motion = {
7172
circInOut: circInOut,
7273
anticipate: anticipate,
7374
spring: spring,
75+
stagger: stagger,
7476
}
7577

7678
// Alpine

0 commit comments

Comments
 (0)