From: Leif W <war...@us...> - 2003-07-19 17:06:32
|
Hi, I'm able to reproduce a similar condition, where the ending y.position on one layer is 10 greater than what it should be, and the ending x position of another layer is 21 less than what it should be, both when specifying 'fast' as an endSpeed. Also, even when specifying slow as both startSpeed and endSpeed, I noticed the ending x position of the second layer was 1 less than it should be. (1 and 21). When specifying multiple GlideAnimations to construct a path, the intermediate paths seem correct, it's just the final path seems to get corrupted somehow. Staring at the src/fx/glideanim.js and putting in alerts here and there to check values, I'm still not sure where or why the error is occuring. I haven't done an indepth search for the errors though (i.e. alerts on every line :^) . Leif P.S. I am using the code from the chaining of events example from yesterday. ----- Original Message ----- From: "Zhichun Pu" <s4...@st...> To: <dyn...@li...> Sent: Saturday, July 19, 2003 3:53 AM Subject: [Dynapi-Help] Possible Bug... > Hey guys, > > So for the Glideanimation, it seems that when you end the speed at "fast", > the layer will stop short of the destination. That is, it won't *quite* > reach there, but stop sometimes before reaching it or over-reach. > > For example: > > GlideAnimation(0,400,0,50,1,'slow','slow') > > is different than > > GlideAnimation(0,400,0,50,1,'slow','fast') > > The second line ends with a fast speed, and it won't quite teach 50. In my > case, it overreached and went to some place like 10. It refuses to go to > places below 10. > > Anyway, is this a bug or am I doing something wrong? > > Steven > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |