0% found this document useful (0 votes)
349 views1 page

Alight Motion Project XML Effects

The document is an XML configuration for an Alight Motion project with a resolution of 1080x1920 at 30 fps. It includes a single image layer with various effects such as Transform, DropShadow, Position, Scale, and Opacity, each defined with specific parameters. The Opacity effect has a duration of 0.6 seconds for a transition from 0 to 100 percent.

Uploaded by

bajanaimarboh154
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
349 views1 page

Alight Motion Project XML Effects

The document is an XML configuration for an Alight Motion project with a resolution of 1080x1920 at 30 fps. It includes a single image layer with various effects such as Transform, DropShadow, Position, Scale, and Opacity, each defined with specific parameters. The Opacity effect has a duration of 0.6 seconds for a transition from 0 to 100 percent.

Uploaded by

bajanaimarboh154
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<?xml version="1.0" encoding="utf-8"?

>
<alightmotion>
<project width="1080" height="1920" fps="30">
<layer type="image">
<effects>

<effect name="Transform">
<scale>100</scale>
<positionX>0</positionX>
<positionY>0</positionY>
</effect>

<effect name="DropShadow">
<distance>18</distance>
<blur>30</blur>
<opacity>35</opacity>
<angle>90</angle>
</effect>

<effect name="Position">
<startX>-120</startX>
<endX>0</endX>
<startY>0</startY>
<endY>0</endY>
</effect>

<effect name="Scale">
<start>96</start>
<end>100</end>
</effect>

<effect name="Opacity">
<start>0</start>
<end>100</end>
<duration>0.6</duration>
</effect>

</effects>
</layer>
</project>
</alightmotion>

You might also like