Closed michaelaltmann closed 3 years ago
CSS allows a series of transforms, like rotate(90deg) scaleX(-1) rotate(90deg) rotate(90deg) scaleX(-1) These are applied cumulatively. No need to get clever and figure out what the next rotation and flip should be
CSS allows a series of transforms, like rotate(90deg) scaleX(-1) rotate(90deg) rotate(90deg) scaleX(-1) These are applied cumulatively. No need to get clever and figure out what the next rotation and flip should be