You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
514 B
7 lines
514 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<set name="ani_test" zAdjustment="normal">
|
|
<translate duration="5000" fromXDelta="0" toXDelta="0" fromYDelta="0" toYDelta="-100%p"/>
|
|
<translate duration="1000" fromXDelta="0%" toXDelta="50%" fromYDelta="0" toYDelta="0" repeatCount="4" interpolator="Cycle"/>
|
|
<scale duration="2500" fromXScale="1" toXScale="0.5" fromYScale="1" toYScale="0.5" pivotX="50%" pivotY="50%" repeatMode="reverse" repeatCount="1"/>
|
|
<alpha duration="5000" fromAlpha="1.0" toAlpha="0"/>
|
|
</set>
|
|
|