I want to change value given to translateX (-9vw) in animation using js, here is the code:
.transformX{animation: activeAni 2s;}
@keyframes activeAni {100% {transform: translateX(-9vw);}}
I want to change value given to translateX (-9vw) in animation using js, here is the code:
.transformX{animation: activeAni 2s;}
@keyframes activeAni {100% {transform: translateX(-9vw);}}