diff options
Diffstat (limited to 'addons/skin.confluence/720p/DialogAlbumInfo.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogAlbumInfo.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/DialogAlbumInfo.xml b/addons/skin.confluence/720p/DialogAlbumInfo.xml index 4f00cacf46..574d6fe963 100644 --- a/addons/skin.confluence/720p/DialogAlbumInfo.xml +++ b/addons/skin.confluence/720p/DialogAlbumInfo.xml @@ -5,8 +5,8 @@ <controls> <control type="group"> <visible>!Window.IsVisible(FileBrowser)</visible> - <animation effect="slide" start="1100,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> - <animation effect="slide" start="0,0" end="1100,0" time="400" tween="quadratic" easing="out">WindowClose</animation> + <animation effect="slide" start="1100,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation> + <animation effect="slide" start="0,0" end="1100,0" time="300" tween="quadratic" easing="out">WindowClose</animation> <control type="image"> <left>180</left> <top>0</top> @@ -32,8 +32,8 @@ <visible>system.getbool(input.enablemouse)</visible> </control> <control type="group"> - <animation effect="fade" delay="400" start="0" end="100" time="200">WindowOpen</animation> - <animation effect="fade" start="100" end="0" time="200">WindowClose</animation> + <animation effect="fade" delay="300" start="0" end="100" time="150">WindowOpen</animation> + <animation effect="fade" start="100" end="0" time="150">WindowClose</animation> <control type="label"> <description>Album header label</description> <left>210</left> |