treehouse : what would you like to learn today?
Web Design Web Development iOS Development

CSS transition position help

  • 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.