I want a text to blink so that it catches users attention.
the following is the code
<div class="col-md-6">
<div id="placeMap" class="placeMap" style="width: 100%; height: 300px;"></div>
<div data-bind="if: showSubmit">Drag the map pin or enter a new address to change the location</div>
</div>
I want to blink the "Drag the mao pin....change the location"
That line shows up only when the submit button is enabled.