typewriterjs icon indicating copy to clipboard operation
typewriterjs copied to clipboard

fix: Avoid Google cloud translation to change text while typewriter effect is running

Open computationalcore opened this issue 4 years ago • 1 comments

What

Avoid google chrome's translate functionality to ruin the typewriter effect strings.

Just add translate="no" attribute to the core component of the Typewriter react component.

Why

If Google Chrome Translate is enable it automatically translate letter by letter of the typewriter effect text, while it is running.

References

https://cloud.google.com/translate/troubleshooting

computationalcore avatar Oct 05 '21 21:10 computationalcore

Add translate="no" to your tag, like so: <html translate="no">

alemens avatar Mar 17 '24 08:03 alemens