Skip to content

Commit

Permalink
[animations] change popup dialog animation to slide instead of zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
BigNoid committed Jul 16, 2015
1 parent 9a5ffcc commit 9deb063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions 1080i/Includes_Animations.xml
Expand Up @@ -35,12 +35,10 @@
</include>
<include name="Animation_DialogPopup">
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="960,540" delay="160" tween="back" time="240" />
<effect type="fade" delay="160" end="100" time="240" />
<effect type="slide" start="0,-196" end="0" tween="cubic" easing="inout" time="400" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="960,540" easing="in" tween="back" time="240" />
<effect type="fade" start="100" end="0" time="240" />
<effect type="slide" end="0,-196" start="0" tween="cubic" easing="inout" time="400" />
</animation>
</include>
<include name="SubMenuAnimation">
Expand Down
6 changes: 2 additions & 4 deletions 21x9/Includes_Animations.xml
Expand Up @@ -35,12 +35,10 @@
</include>
<include name="Animation_DialogPopup">
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="1280,540" delay="160" tween="back" time="240" />
<effect type="fade" delay="160" end="100" time="240" />
<effect type="slide" start="0,-196" end="0" tween="cubic" easing="inout" time="400" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="1280,540" easing="in" tween="back" time="240" />
<effect type="fade" start="100" end="0" time="240" />
<effect type="slide" end="0,-196" start="0" tween="cubic" easing="inout" time="400" />
</animation>
</include>
<include name="SubMenuAnimation">
Expand Down

0 comments on commit 9deb063

Please sign in to comment.