09.04.2022, 08:15
Hello
Could we make the degree variable from the name Like: Rotate-xx
where xx is the degree we wants
Could we make the degree variable from the name Like: Rotate-xx
where xx is the degree we wants
Visualization Icons Position Rotate
|
09.04.2022, 08:15
Hello
Could we make the degree variable from the name Like: Rotate-xx where xx is the degree we wants
09.04.2022, 11:15
See this if you want to rotate an icon based on linked object value:
https://forum.logicmachine.net/showthread.php?tid=1831
10.04.2022, 08:48
Hello Admin
I want to set the rotation angle from the custom name. I want to use it for one bit Linear Lighting object Could we do some thing like that based on the custom name value BR,
11.04.2022, 05:34
Custom name cannot be accessed from Custom JS at the moment. This can be done via Additional classes. This code will look for all elements where class list contains rotate-XYZ (where XYZ is an angle value in degrees). No custom CSS is needed for this solution, the rotation is applied by the code itself..
Code: $(function(){ (11.04.2022, 05:34)admin Wrote: Custom name cannot be accessed from Custom JS at the moment. This can be done via Additional classes. This code will look for all elements where class list contains rotate-XYZ (where XYZ is an angle value in degrees). No custom CSS is needed for this solution, the rotation is applied by the code itself.. Thanks Admin Great Could we use custom name in the tooltip or not yet?
11.04.2022, 09:23
Custom name will be accessible from JavaScript side in the next firmware.
11.04.2022, 14:20
|
« Next Oldest | Next Newest »
|