This commit is contained in:
oleg 2017-12-06 17:19:32 +02:00
parent b951314b96
commit 729f91439b

View File

@ -39,6 +39,6 @@
@include keyframes(tbMoveToBottomFade) {
to {
opacity: 0;
@include transform(translate(0, 100%));
@include transform(translate(0, 150%));
}
}