Skip to content

Commit

Permalink
chore(header): transition open down
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Apr 12, 2022
1 parent e093b3f commit 75381df
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
<div
v-if="open"
v-motion
:initial="{ opacity: 0, x: 10 }"
:initial="{ y: -15 }"
:enter="{
opacity: 1,
x: 0,
y: 0,
transition: {
delay: 0,
duration: 150,
Expand Down

0 comments on commit 75381df

Please sign in to comment.