From: <i-...@us...> - 2007-08-15 07:02:54
|
Revision: 838 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=838&view=rev Author: i-loop Date: 2007-08-15 00:02:51 -0700 (Wed, 15 Aug 2007) Log Message: ----------- synced with BlueTwo svn (tweening) Modified Paths: -------------- trunk/skins/BlueTwoBig/Development Version/myHome.xml Modified: trunk/skins/BlueTwoBig/Development Version/myHome.xml =================================================================== --- trunk/skins/BlueTwoBig/Development Version/myHome.xml 2007-08-14 17:20:36 UTC (rev 837) +++ trunk/skins/BlueTwoBig/Development Version/myHome.xml 2007-08-15 07:02:51 UTC (rev 838) @@ -40,6 +40,8 @@ <animation effect="fade" time="500">WindowClose</animation> <animation effect="zoom" start="20,20" end="100,100" center="384,288" time="500">WindowOpen</animation> <animation effect="zoom" start="100,100" end="20,20" center="384,288" time="500">WindowClose</animation> + <animation effect="rotatey" start="0" end="20" center="525,0" tween="back" ease="easeout" time="500">focus</animation> + <animation effect="rotatey" start="20" end="0" center="525,0" tween="back" ease="easeout" time="500">unfocus</animation> <id>50</id> <posX>370</posX> <posY>130</posY> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |