text alignment transition help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

text alignment transition help

https://code.sololearn.com/WJCTVgWlvfih/?ref=app how I can make this text slowly align center and if i click again slowly it should align left. Text alignment property is not affected by transition. what should I do?

4th Aug 2018, 5:44 PM
Nayem
1 Answer
0
text-align is not an animatable property https://www.w3schools.com/cssref/css_animatable.asp A work-around is to put the text in an invisible div that stretches from zero to 100% width within the div that changes color, as demonstrated in the top solution here: https://stackoverflow.com/questions/18235764/is-it-possible-to-transition-text-alignment-using-css3-only
4th Aug 2018, 7:23 PM
Janning⭐
Janning⭐ - avatar