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.
10 lines
501 B
10 lines
501 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<set repeatCount="-1">
|
|
<alpha duration="500" fromAlpha="1.0" toAlpha="0.5" repeatCount="1" repeatMode="reverse"/>
|
|
<rotate duration="500" startOffset="1000" fromDegrees="0" toDegrees="360" pivotX="50%" pivotY="50%" repeatMode="restart" repeatCount="0"
|
|
interpolator="linear"/>
|
|
<set startOffset="1500">
|
|
<scale duration="500" fromXScale="1.0f" toXScale="0.5" fromYScale="1.0" toYScale="0.5" repeatCount="1" repeatMode="reverse"/>
|
|
</set>
|
|
</set>
|
|
|
|
|