From a294a7fb25f39715ab9fcc9b2c71ad4174f838b9 Mon Sep 17 00:00:00 2001 From: samreid Date: Sat, 27 Oct 2018 22:15:28 -0600 Subject: [PATCH] Animation uses Emitter instead of string and defaults to automatic, see https://github.com/phetsims/twixt/issues/19 --- js/common/view/DoubleNumberLineAccordionBox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/common/view/DoubleNumberLineAccordionBox.js b/js/common/view/DoubleNumberLineAccordionBox.js index bcdeac46..2f15721d 100644 --- a/js/common/view/DoubleNumberLineAccordionBox.js +++ b/js/common/view/DoubleNumberLineAccordionBox.js @@ -258,7 +258,6 @@ define( function( require ) { markerEditorAnimation && markerEditorAnimation.stop(); markerEditorAnimation = new Animation( { - stepper: 'timer', // animation is controlled by the global phet-core timer duration: 0.002 * Math.abs( destinationX - markerEditorNode.x ), // 2ms per 1 unit of distance easing: Easing.QUADRATIC_IN_OUT, object: markerEditorNode,