I\'ve got one line (not wrapped) text inside full width div.
Is it possible to animate this element text alignment so text moves to given
text alignment
text-align property is not animatable, so you can't use it with css transition nor with jquery animate .. Your best shot would be the positioning (use percentage units to retain responsivity).
text-align
Hope this helps ...