[Pro] HTML rotate type

Is it possible to rotate HTML type in Freeway Pro? Where you can choose your angle of rotation.


freewaytalk mailing list
email@hidden
Update your subscriptions at:

While it is possible to rotate HTML objects using CSS, Freeway does not expose controls to allow that. You could make a custom CSS rule in your styles with “extended” values to do this:

.rotated {
  transform: rotate(45deg);
  transform-origin: bottom left;
}

Then you would apply that style to your HTML object by using the Item/Extended dialog, adding a class attribute there, and then entering rotated as the value.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at: