LT-275: Adding animation to rename and add description buttons

This commit is contained in:
Bruno Alves de Faria 2016-08-15 16:56:47 -03:00
parent e66eb1a0cf
commit 217ab6ca34
3 changed files with 20 additions and 0 deletions

View File

@ -8,3 +8,12 @@
transform(scale(1))
}
}
@keyframes fadeInOut {
from {
opacity: 0
}
to {
opacity: 1
}
}

View File

@ -5,3 +5,11 @@ animateZoomIn()
animation-direction: alternate
animation-timing-function: ease-out
animation-fill-mode: forwards
animateFadeIn()
animation-name: fadeInOut
animation-duration: 0.3s
animation-iteration-count: 1
animation-direction: alternate
animation-timing-function: ease-out
animation-fill-mode: forwards

View File

@ -65,6 +65,9 @@
.actions
margin-top: 16px
opacity: 0
animateFadeIn()
animation-delay: 0.3s
button
background-color: transparent