Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
tweak for bounce animation
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Mar 30, 2019
1 parent 09936ab commit 24f157c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions 1080i/Includes_View.xml
Original file line number Diff line number Diff line change
Expand Up @@ -813,12 +813,8 @@
<definition>
<control type="group">
<animation type="Focus" condition="$PARAM[focusbounce]">
<effect type="zoom" start="90" end="100" delay="0" time="150" tween="sine" easing="inout" center="auto" />
<effect type="fade" start="0" end="100" delay="0" time="150" tween="sine" easing="in" />
</animation>
<animation type="Unfocus" condition="$PARAM[focusbounce]">
<effect type="zoom" start="100" end="90" time="150" tween="sine" easing="inout" center="auto" />
<effect type="fade" start="100" end="0" time="150" tween="sine" easing="out" />
<effect type="zoom" start="96.5" end="100" time="150" tween="sine" easing="inout" center="auto"/>
<effect type="fade" start="20" end="100" time="150" tween="back" easing="out"/>
</animation>
<control type="group">
<left>$PARAM[pad]</left>
Expand Down

0 comments on commit 24f157c

Please sign in to comment.