Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
Everything is made in the Theme Editor including animations. You can edit them as you wish and see how they work. Copy/pasting is a bit more tricky because how the animations are defined depends directly on which widgets you are animating. For example, to do the "expand from 0 to total width" animation, I do the following:
  • Create new animation with "ScaleX" element.
  • Go into ScaleX properties and change the CenterX property to the left-most coordinate of the widget. Meaning: if the widget is 400 pixels wide, then the CenterX is set to -200. This moves the center of the animation to the left, which makes the scale animation expand to the right, rather than expand from the center in both directions. If your widget has a different size, this value has to be adjusted.