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
2 merge requests!2132.3.2-rc1,!199REDMINE_ISSUE-12559
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
</header> </header>
<main> <main>
<div id="content" class="ui stackable grid centered container"> <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 v-if="messages && messages.length > 0" class="row">
<div class="fourteen wide column"> <div class="fourteen wide column">
<div <div
...@@ -395,10 +395,10 @@ footer { ...@@ -395,10 +395,10 @@ footer {
} }
} }
.fadeOutUp-enter-active { .fadeDownUp-enter-active {
animation: fadeInDown .5s; animation: fadeInDown .5s;
} }
.fadeOutUp-leave-active { .fadeDownUp-leave-active {
animation: fadeOutUp .5s; animation: fadeOutUp .5s;
} }
@keyframes fadeOutUp { @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