Rotateable node #129
-
DescriptionHello! First of all, thanks for this library and great documentation. I would have a usecase where the nodes should be possible to be rotated. I am not sure if it is maybe already possible. Is there any way that nodes can be created with an angle or can be rotated? Or some workaround with custom style per node? Thanks in advance! Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi! Thanks a lot for the kind words and for your interest in the library 🙌 Support for node rotation was added in version 17.2.4. Here’s a live example showing how it works: You can also set the initial angle using the fNodeAngle input or update it programmatically. |
Beta Was this translation helpful? Give feedback.
Hi! Thanks a lot for the kind words and for your interest in the library 🙌
Support for node rotation was added in version 17.2.4.
You can now use the built-in fRotateHandle directive to rotate a node using a rotation handle.
Here’s a live example showing how it works:
🔗 https://flow.foblex.com/examples/rotate-handle
You can also set the initial angle using the fNodeAngle input or update it programmatically.
Let me know if you need help setting it up!