Perspective Flip Horizontally

Is there any way to flip horizontally (mirror) an image from Symbol Factory in perspective?

apply the following property to the style object of the Image component:

transform: scaleX(-1)

Screen Shot 2020-08-10 at 3.14.14 PM

W3C Documentation

5 Likes

Great!
Thanks for your help.

1 Like

Would be a way to do vertical mirroring or any 45 degree direction? Thanks!

1 Like

Use the scale transform and play with 1, 0 and -1 values for both arguments. E.g. scale(-1,-1) will flip both axes