rob_berlin
19 Jun 2008, 2:43 AM
There seems to be bug, whenever
I do the following:
FxConfig config = new FxConfig(500);
el.setXY(x,y,config);
element is not moving in hosted mode.
following works:
FxConfig config = new FxConfig(2000);
el.setXY(x,y,config);
must be some problem in
Animation.update(double curTime) with
small durations
the FX sample in exploreer demo woks, since it uses:
since it does not use attribute FXCOnfig.duration
I do the following:
FxConfig config = new FxConfig(500);
el.setXY(x,y,config);
element is not moving in hosted mode.
following works:
FxConfig config = new FxConfig(2000);
el.setXY(x,y,config);
must be some problem in
Animation.update(double curTime) with
small durations
the FX sample in exploreer demo woks, since it uses:
since it does not use attribute FXCOnfig.duration