Skip to content

Commit

Permalink
Carousel: replace TWEEN with TWIXT/Animation, use stepper:'timer' at …
Browse files Browse the repository at this point in the history
…existing call sites, phetsims/sun#381

Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Aug 24, 2018
1 parent d2bfd1e commit 0135264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/common/view/CoinTermCreatorBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ define( function( require ) {
this.coinTermCreatorBox = new Carousel( creatorNodes, {
itemsPerPage: options.itemsPerCarouselPage,
spacing: options.itemSpacing,
cornerRadius: options.cornerRadius
cornerRadius: options.cornerRadius,
stepper: 'timer'
} );
}
else {
Expand Down

0 comments on commit 0135264

Please sign in to comment.