cubic bezier animation overflow

This commit is contained in:
GZod01 2024-06-11 08:15:06 +02:00
parent bd76c9a882
commit 48a24578fc

View file

@ -46,7 +46,7 @@
display: block;
transition: opacity 0.2s;
span#caption{
transition: width .5s ease,height .5s ease, border-radius .5s ease, overflow .5s ease-out;
transition: width .5s ease,height .5s ease, border-radius .5s ease, overflow .5s cubic-bezier(1, -0.44, 1, -0.46);
display:block;
background-color:rgba(27, 27,27, 0.7);
color:white;