-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The extra-animations plugin adds four new animations - blinds, helix, shatter and vortex. It requires animate and extra-animations plugins to be enabled. Currently, the new animations will not show up in wcm animate plugin, the config file must be edited manually. However, the options for the animations can be adjusted in wcm extra animations plugin. The animations are valid for open and close animation options.
- Loading branch information
Showing
10 changed files
with
1,608 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0"?> | ||
<wayfire> | ||
<plugin name="extra-animations"> | ||
<_short>Extra Animations</_short> | ||
<_long>Extra animations to extend animate plugin</_long> | ||
<category>Effects</category> | ||
<subgroup> | ||
<_short>Blinds Settings</_short> | ||
<option name="blinds_duration" type="animation"> | ||
<_short>Blinds duration</_short> | ||
<_long>Sets the duration for the blinds animation in milliseconds.</_long> | ||
<default>700ms linear</default> | ||
</option> | ||
<option name="blinds_strip_height" type="int"> | ||
<_short>Blinds strip height</_short> | ||
<_long>Height of each blinds strip in pixels.</_long> | ||
<default>20</default> | ||
<min>10</min> | ||
</option> | ||
</subgroup> | ||
<subgroup> | ||
<_short>Helix Settings</_short> | ||
<option name="helix_duration" type="animation"> | ||
<_short>Helix duration</_short> | ||
<_long>Sets the duration for the helix animation in milliseconds.</_long> | ||
<default>700ms linear</default> | ||
</option> | ||
<option name="helix_rotations" type="int"> | ||
<_short>Helix rotations</_short> | ||
<_long>Number of rotations for the helix animation.</_long> | ||
<default>2</default> | ||
<min>1</min> | ||
</option> | ||
<option name="helix_strip_height" type="int"> | ||
<_short>Helix strip height</_short> | ||
<_long>Height of each helix strip in pixels.</_long> | ||
<default>20</default> | ||
<min>10</min> | ||
</option> | ||
</subgroup> | ||
<subgroup> | ||
<_short>Shatter Settings</_short> | ||
<option name="shatter_duration" type="animation"> | ||
<_short>Shatter duration</_short> | ||
<_long>Sets the duration for the shatter animation in milliseconds.</_long> | ||
<default>1000ms linear</default> | ||
</option> | ||
</subgroup> | ||
<subgroup> | ||
<_short>Vortex Settings</_short> | ||
<option name="vortex_duration" type="animation"> | ||
<_short>Vortex duration</_short> | ||
<_long>Sets the duration for the vortex animation in milliseconds.</_long> | ||
<default>1000ms linear</default> | ||
</option> | ||
</subgroup> | ||
</plugin> | ||
</wayfire> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.