mirror of
https://github.com/anatolykopyl/registration.git
synced 2026-03-26 21:05:26 +00:00
Поправил анимации
This commit is contained in:
@@ -86,8 +86,4 @@ body {
|
||||
max-width: 600px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
<PassNBtns loginMethod="email" @flip="usePhone = !usePhone" @auth="auth" />
|
||||
</div>
|
||||
</transition>
|
||||
<transition name="slide">
|
||||
<div v-if="msg" class="msg" v-bind:key="msg" :class="{'bounce animated': animated}">
|
||||
<transition name="slide" mode="out-in">
|
||||
<div v-if="msg" class="msg" v-bind:key="msg===''" :class="{'bounce animated': animated}">
|
||||
{{msg}}
|
||||
</div>
|
||||
</transition>
|
||||
|
||||
Reference in New Issue
Block a user