Skip to content
Advertisement

css replace word in centered sentence and have the width smoothly readjust

I’m looking for an effect like the primary one on this page https://sendgrid.com/

The page shows a centered sentence, a word is replaced, the sentence parts left and right to the word, smoothly readjust position according to the new word width.

JavaScript
JavaScript
JavaScript

This code makes the parts snap into place after a word is replaced but

How can I achieve this smooth transition?

Advertisement

Answer

JavaScript
JavaScript
JavaScript
Advertisement