Comment faire de l'animation Rester à 100%
animation-fill-mode:forwards;
L
animation-fill-mode:forwards;
<style>
.element-class {
opacity: 0.5;
transition: opacity 0.5s ease-in-out;
}
</style>