Simplify translateY(0) to none

This commit is contained in:
Martijn Cuppens 2020-08-03 20:26:24 +02:00
parent 5f545eaf8c
commit c65fbf6777
5 changed files with 5 additions and 5 deletions

View File

@ -10976,7 +10976,7 @@ video {
}
50% {
transform: translateY(0);
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}

View File

@ -14398,7 +14398,7 @@ video {
}
50% {
transform: translateY(0);
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}

View File

@ -11950,7 +11950,7 @@ video {
}
50% {
transform: translateY(0);
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}

View File

@ -14398,7 +14398,7 @@ video {
}
50% {
transform: translateY(0);
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}

View File

@ -645,7 +645,7 @@ module.exports = {
animationTimingFunction: 'cubic-bezier(0.8,0,1,1)',
},
'50%': {
transform: 'translateY(0)',
transform: 'none',
animationTimingFunction: 'cubic-bezier(0,0,0.2,1)',
},
},