this is the code I’m using, not using the effect as word rotator, I thought there was only one way to implementing this:
<div class=”text-center” style=”background: rgba(255,255,255,0.6);padding-top:5px”>
<h3 class=”font-weight-bold” style=”margin-bottom:10px”>Conditions d'accès en vigueur :</h3>
<h1 class=”font-weight-extra-bold” style=”color: #C02321;padding:0px;margin:0px” data-plugin-animated-letters data-plugin-options=”{‘startDelay’: 10000, ‘minWindowWidth’: 992, ‘animationName’: ‘typeWriter’, ‘animationSpeed’: 50}”>abc</h1>
<h1 class=”font-weight-extra-bold” style=”color: #C02321″ data-plugin-animated-letters data-plugin-options=”{‘startDelay’: 10, ‘minWindowWidth’: 992, ‘animationName’: ‘typeWriter’, ‘animationSpeed’: 50}”>def</h1>
</div>
As you can see the start delay has no impact whatsoever….