log pyink/tween.py @ 1535:9aff42a7e2b9 tip

age author description
Wed, 16 Feb 2011 15:11:38 +0800 Thinker K.F. Li Remove TweenObject._update_tween_style
Wed, 16 Feb 2011 15:07:44 +0800 Thinker K.F. Li Fix issue of chain of reference for opacity and matrix
Wed, 16 Feb 2011 15:07:44 +0800 Thinker K.F. Li Simplify tween function
Tue, 15 Feb 2011 02:32:17 +0800 wycc If the target is a svg:use, we should not update the opacity since it should use the origin value instead.
Sun, 06 Feb 2011 22:57:33 +0800 Thinker K.F. Li Fix weir behavior for tweening for opacity.
Sun, 16 Jan 2011 10:14:41 +0800 wycc Add more arguments to pass the required data.
Sun, 16 Jan 2011 10:10:37 +0800 wycc When we animate from a use, we should not consider its matrix because the matrix of the destination group is apply to the whole <svg:use> include its matrix.
Sat, 15 Jan 2011 02:43:20 +0800 wycc Use svg:use to duplicate the key frame. The current inkscape will not keep the extra attributes when we break the reference. Therefore, we may modify the inkscape directly or implemnet a break by ourself. In addition, we may need to improve the duplication to sync the new-added objects to an existed group.
Mon, 10 Jan 2011 19:07:26 +0800 Thinker K.F. Li Move code of setCurrentScene to tween.py.
Mon, 10 Jan 2011 11:45:13 +0800 Thinker K.F. Li Fix bug of mal-structured dup group
Fri, 07 Jan 2011 15:58:45 +0800 wycc Fix the exception for object without opacity.
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.
Thu, 30 Dec 2010 11:30:16 +0800 wycc Fix the issue in the normal tween. We duplicate the object only when the object is not in the duplicated node yet.
Thu, 30 Dec 2010 11:11:34 +0800 wycc The object is duplicated inside the tween generator.
Tue, 28 Dec 2010 22:26:11 +0800 wycc Merge.
Tue, 28 Dec 2010 13:35:34 +0800 Thinker K.F. Li Fix the issue of not removing node in old scene when switching scenes.
Mon, 27 Dec 2010 23:01:48 +0800 wycc Remove the locate tween. It is a special case for the scale tween
Mon, 27 Dec 2010 22:57:52 +0800 wycc If an object does not exist in the destination group, we should duplicate it.
Sun, 26 Dec 2010 23:40:09 +0800 Thinker K.F. Li Refactory cod eof TweenObject.updateTweenContent and MBScene.setCurrentScene().
Sun, 26 Dec 2010 19:17:12 +0800 Thinker K.F. Li Refactory frameline.py
Fri, 24 Dec 2010 14:44:07 +0800 wycc CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
Thu, 23 Dec 2010 00:00:46 +0800 wycc Fix the issue of the new DOM implementation
Wed, 22 Dec 2010 23:02:46 +0800 wycc Separate the tween from the main module.