Animation Rotation missing?

Answered
0
0

Hi,

Wisej 2.1.22.0

is Rotation Animation missing?

regards

Cristian Zerbinati

  • You must to post comments
Best Answer
0
0

The best way to rotate and animate at the same time is to use CssStyle: i.e. “transition: transform 1s; transform: rotateZ(30deg)”.

We can also add the timing property to the Rotation extender.

Animations are a bit different since they are done using keyframes (like a movie). Wisej supports a number of prebuilt animations but you can create your own by selecting the Animation extender, click on CustomAnimations and add the keyframes. It gets a bit complicated since you have to convert css @keyframes to JSON.

You can also use online keyframe builders (i.e. https://cssanimate.com/) and either convert to JSON in the Wisej animation extender, or save in a css file with a class name and then set the class name to the CssClass property.

HTH

Attachment
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.