Rotate a certain number of degrees

Probably a trivial question, but still)
Can you please tell me how to rotate the widget, or rather the element inside the button?
And how to make a mirror image?
For example, I have an up arrow and I want a down arrow.
Thanks !

That would be using css transforms (in the css property).

1 Like

Thanks, but I still don't understand where to enter this?
I'm very far from pragroming!)

Widgets have a "css" property that can be edited using the inspector (under the category named "style"), it allows adding custom styles using the css language.

1 Like

I've explored a bit some transform possibilities
transform

Here's the json
Transform2.json (35.7 KB)

4 Likes

Thank you, but unfortunately this is only a demonstration ... I would like to understand something from this)

Thanks a lot !!!
Good luck !

Well... open the json, have a close look on the css, and try :wink:

Good luck

1 Like

Thanks ! But I prefer pragmatic and ergonomic templates.
I'm trying to build something

One more moment left, if you will! In this way, the entire button (vmjet) is edited, but is it possible to edit only the symbol embedded in the button? For example an arrow.
Thanks !

thank you for sharing for the community

1 Like

You probably want to apply the transformation to the label html element in the widget:
rotate_label.json (2.0 KB)

2 Likes

Oh yes, that's exactly what I need!
Thank you very much for your support!
Good luck !

Hello jean-emmanuel!
Excuse me for disturbing you again.
I see that you are an expert in this field and I really count on you!
Could you provide a link (if any) to a style sheet, or a symbol table.
What I mean ?
From another template, I copied the following codes:
^play
^pause
^stop
^backward
^forward
^retweet
^trash-alt
^sync
^undo
^redo
^step-backward
^step forward
^pen
^minus-circle
^plus-circle
^cog
^sliders-h
^times
^check
^chevron-left
^chevron-right
^palette
^align-left
^file
^file export
^copy
^bookmark,
but they are not enough for me.
I searched the internet and found only standard alt code sheets and alternative html style sheets (which could be the same thing), like this one:
Таблица символов эмодзи.
Maybe I'm not correctly asking the query in the search engine?
Please fix this question.
Thanks for the support !!!

1 Like