Wie man Animation macht, bleibt 100% auf
animation-fill-mode:forwards;
L
animation-fill-mode:forwards;
<style>
.element-class {
opacity: 0.5;
transition: opacity 0.5s ease-in-out;
}
</style>