speed up animations

This commit is contained in:
Mads Rasmussen
2017-02-02 09:35:01 +01:00
parent d5a687cf3d
commit f2fd45576b

View File

@@ -299,7 +299,7 @@ input.umb-table__input {
.animate-enter,
.animate-leave
{
transition: 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
transition: 120ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
position: relative;
display: block;
}
@@ -327,7 +327,7 @@ input.umb-table__input {
.animate-reverse-enter,
.animate-reverse-leave
{
transition: 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
transition: 120ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
position: relative;
display: block;
}