moderate the nav arrow bouncing
This commit is contained in:
parent
e1be833dfd
commit
bd0a2f1889
1 changed files with 4 additions and 1 deletions
|
@ -59,7 +59,10 @@ const NavIcons = ({ setView, setDense, dense, view }) => {
|
||||||
extraClasses="text-success bg-neutral hover:bg-success hover:text-neutral"
|
extraClasses="text-success bg-neutral hover:bg-success hover:text-neutral"
|
||||||
>
|
>
|
||||||
{dense ? (
|
{dense ? (
|
||||||
<RightIcon className={`${iconSize} group-hover:animate-bounce-right`} stroke={4} />
|
<RightIcon
|
||||||
|
className={`${iconSize} group-hover:animate-[bounceright_1s_infinite] animate-[bounceright_1s_5]`}
|
||||||
|
stroke={4}
|
||||||
|
/>
|
||||||
) : (
|
) : (
|
||||||
<LeftIcon className={`${iconSize} animate-bounce-right`} stroke={4} />
|
<LeftIcon className={`${iconSize} animate-bounce-right`} stroke={4} />
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue