Simple animation spacing out letters in an centred phrase
Animating the 'letter-spacing' of a centred piece of text is simple and looks nice.
There is an example on 'codepen.io':
'codepen.io/Bert-Beckwith/pen/myVBZdw'
This was one of my first animations for my game. I used JavaScript to do the animation. This looks a bit jerky but uses much less resources than the smoother simple CSS animation above.

Comments
Post a Comment