Looking for a CSS Animation that will play forward once when the mouse enters a specific div, and then play in reverse when the mouse leaves. Check out my JsFiddle here.
The div with the class ".item" should trigger the mouse enter event. The animation consists of 4 different animations on each red line which is part of the ".line" css class. I can control all the animations by modifying the ".line" class. Thank you!