diff --git a/js/transformer/model/Transformer.ts b/js/transformer/model/Transformer.ts index 8be9f632..4a8e8c45 100644 --- a/js/transformer/model/Transformer.ts +++ b/js/transformer/model/Transformer.ts @@ -51,7 +51,7 @@ export default class Transformer extends PhetioObject { this.pickupCoil = new PickupCoil( this.electromagnet, currentFlowProperty, { position: options.pickupCoilPosition, maxEMF: 5000000, // see PickupCoil.calibrateMaxEMF - transitionSmoothingScale: 0.56, // see PickupCoil.transitionSmoothingScaleProperty + transitionSmoothingScale: 0.45, // see PickupCoil.transitionSmoothingScaleProperty // To avoid inducing significant (incorrect) EMF when the magnet is moved vertically when inside the coil, // use sample-point spacing that results (approximately) in the same number of sample points always being