Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions metadata/extra-animations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,35 @@
<default>1.00 0.33 0.16 1.00</default>
</option>
</group>
<group>
<_short>Magic Carpet Settings</_short>
<option name="carpet_duration" type="animation">
<_short>Magic carpet duration</_short>
<_long>Sets the duration for the magic carpet animation in milliseconds.</_long>
<default>1000ms linear</default>
</option>
<option name="carpet_direction" type="int">
<_short>Carpet Direction</_short>
<_long>From which side to unroll the carpet for the open animation. The opposite direction will be used on close animation.</_long>
<default>0</default>
<desc>
<value>0</value>
<_name>Left</_name>
</desc>
<desc>
<value>1</value>
<_name>Right</_name>
</desc>
<desc>
<value>2</value>
<_name>Top</_name>
</desc>
<desc>
<value>3</value>
<_name>Bottom</_name>
</desc>
</option>
</group>
<group>
<_short>Dodge Settings</_short>
<option name="dodge_toggle" type="bool">
Expand Down
Loading