source:
src/components/animate/variants/actions.ts@
5d6f37a
Last change on this file since 5d6f37a was 5d6f37a, checked in by , 7 weeks ago | |
---|---|
|
|
File size: 186 bytes |
Line | |
---|---|
1 | // ---------------------------------------------------------------------- |
2 | |
3 | export const varHover = (hover = 1.09, tap = 0.97) => ({ |
4 | hover: { scale: hover }, |
5 | tap: { scale: tap }, |
6 | }); |
Note:
See TracBrowser
for help on using the repository browser.