You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carousel was converted to use TWIXT/Animation in phetsims/sun#381. The default is stepper: 'manual', which means that the client must call step to control the Carousel's animation. To avoid having to make changes in this sim, stepper: 'timer' was added to Carousel call sites, which means that the animation will run automatically using the sim Timer.
The responsible developer should evaluate what stepper value should be used.
The text was updated successfully, but these errors were encountered:
We are discussing using an {Emitter} instead of a {string}, defaulting to the PHET_CORE Timer emitter, in phetsims/twixt#19. I'll put the issue on hold until that is complete.
Carousel was converted to use TWIXT/Animation in phetsims/sun#381. The default is
stepper: 'manual'
, which means that the client must callstep
to control the Carousel's animation. To avoid having to make changes in this sim,stepper: 'timer'
was added to Carousel call sites, which means that the animation will run automatically using the sim Timer.The responsible developer should evaluate what
stepper
value should be used.The text was updated successfully, but these errors were encountered: