source: src/components/animate/variants/path.ts@ 5d6f37a

main
Last change on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 287 bytes
Line 
1// ----------------------------------------------------------------------
2
3export const TRANSITION = {
4 duration: 2,
5 ease: [0.43, 0.13, 0.23, 0.96],
6};
7
8export const varPath = {
9 animate: {
10 fillOpacity: [0, 0, 1],
11 pathLength: [1, 0.4, 0],
12 transition: TRANSITION,
13 },
14};
Note: See TracBrowser for help on using the repository browser.