I Have a div that uses CSS transition to slowly move from one spot to another. The animation works perfectly but when its finished, it goes back to its original spot. How do i keep the div in the new spot that it was transitioned? I created an example to beter explain what i mean ---->example
I Have a div that uses CSS transition to slowly move from one spot to another. The animation works perfectly but when its finished, it goes back to its original spot. How do i keep the div in the new spot that it was transitioned? I created an example to beter explain what i mean ---->example
NVM fixed it myself.