Mercurial > MadButterfly
log pyink/tween.py @ 1225:a05c8deb6523
age | author | description |
---|---|---|
Thu, 06 Jan 2011 22:06:00 +0800 | wycc | Add opacity support to implement fadein/fadeout effect |
Mon, 03 Jan 2011 12:23:36 +0800 | Thinker K.F. Li | Fix bug of running animation |
Thu, 30 Dec 2010 11:50:02 +0800 | wycc | Implement the correct normal tween. We will duplicate the node in the start scene. Insted of deleting all nodes which is not in the stop scene, we should delete the object which is not in the start scene instead. If we delete objecvt the the stop scene, the object should appear until we reach the stop scene. |