Hi,
I’m currently working on a feature where I want to rotate an element dynamically based on a value from the data source. However, it seems like the current setup requires the rotation degrees to be hardcoded, which limits flexibility in scenarios where rotation needs to be data-driven.
Feature Suggestion:
Could you add support for data-binding the “Rotate Degrees” property to a variable or expression? This would enable dynamic and conditional rotations directly from the data source, making the feature much more versatile.
If this is already possible and I’ve missed something, I’d love to know how to implement it!