Skip to content

Commit

Permalink
reduce delay to 100ms for #491
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 23, 2019
1 parent 5d4096d commit ccfcf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/ariaHerald.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ define( require => {
// Using `hidden` rather than clearing textContent works better on mobile VO,
// see https://github.com/phetsims/scenery-phet/issues/490
liveElement.hidden = true;
}, 200 );
}, 100 );
}, 0 );
}
}
Expand Down

0 comments on commit ccfcf0d

Please sign in to comment.