suka
This commit is contained in:
parent
e48abb3f98
commit
bfa407dc08
|
|
@ -0,0 +1,19 @@
|
|||
import { Variants } from 'framer-motion';
|
||||
|
||||
export const paginationMotion: Variants = {
|
||||
rest: {
|
||||
border: 'rgba(56,163,157, 0) 0.1rem solid',
|
||||
color: '#272727',
|
||||
background: '#fff',
|
||||
// fontWeight: 'normal',
|
||||
type: 'spring',
|
||||
},
|
||||
active: {
|
||||
border: 'rgba(56,163,157, 1) 0.1rem solid',
|
||||
color: '#ffffff',
|
||||
background: '#38a39d',
|
||||
|
||||
// fontWeight: 'bold',
|
||||
type: 'spring',
|
||||
},
|
||||
};
|
||||
Loading…
Reference in New Issue