Issue 7148 in pharo: Cleanup Low-Level animation code in DisplayObject

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 7148 in pharo: Cleanup Low-Level animation code in DisplayObject

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Cleanup Milestone-3.0

New issue 7148 by [hidden email]: Cleanup Low-Level animation code  
in DisplayObject
http://code.google.com/p/pharo/issues/detail?id=7148

DisplayObject has these methods:

follow:while:
follow:while:bitsBehind:startingLoc:
slideFrom:to:nSteps:delay:
slideWithFirstFrom:to:nSteps:delay:
displayOnPort:at:rule:

They are used by morphic for some not really important animation that for  
sure
can be directly done by moving the morphs as morphs around. Bypassing
and directly using low level (not even Canvas level) functionality is for  
sure not needed.

On the Morph level the users are:

slideBackToFormerSituation:
vanishAfterSlidingTo:event:
animationForMoveSuccess:




_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7148 in pharo: Cleanup Low-Level animation code in DisplayObject

pharo

Comment #1 on issue 7148 by [hidden email]: Cleanup Low-Level  
animation code in DisplayObject
http://code.google.com/p/pharo/issues/detail?id=7148

Issue 6858 has been merged into this issue.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker