Perspective Centrifugal Pump Animation Help

I noticed when you change the orientation of the symbol, the 'fan/blades" running animation is still clockwise. Is there any way to fix this?

1 Like

The direction is set in <theme>.css.

CSS animation keyframes

You would need to overwrite the 100% keyframe and set it to -360deg. Assuming you don't want to change the theme (which would affect anything else based on that animation) you would need to, somehow, inject a different transform where needed.

You can experiment with this using your browser's Development Tools (typically opened with F12).


In any case, you would also need to mirror the rotor so that the impeller blades curve in the direction of rotation.