Getting Line to only move To one direction using scale. CSS

Advertisements hr:hover { transform:scaleX(50.0); } CSS when Hover hr { position: absolute; transition: transform 1.5s ease-out; width: 3%; height: 3px; background-color: white; margin-left: 20%; margin-top: 10%; } CSS of Line So Can I scale it Just to go left horizontal? Right now when I hover it goes both ways. And can I add a class… Read More Getting Line to only move To one direction using scale. CSS