CSS3 - animate text align left/center/right
问题 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 side/center - I know I could mensure width and use relative/absolute positioning , but I dont find it straight solution and it also may cause some responsive issues? Here is demo without animations yet. 回答1: I needed something similar today. I wanted a button that started with text aligned to the right, but then animated the text to center on hover/focus.