Skip to content
Snippets Groups Projects
Commit 64d17ad5 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

correct transition name

parent 6386b471
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@
</header>
<main>
<div id="content" class="ui stackable grid centered container">
<transition name="fadeOutUp">
<transition name="fadeDownUp">
<div v-if="messages && messages.length > 0" class="row">
<div class="fourteen wide column">
<div
......@@ -395,10 +395,10 @@ footer {
}
}
.fadeOutUp-enter-active {
.fadeDownUp-enter-active {
animation: fadeInDown .5s;
}
.fadeOutUp-leave-active {
.fadeDownUp-leave-active {
animation: fadeOutUp .5s;
}
@keyframes fadeOutUp {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment