Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

text weaving animation in css

- let text = 'We Love to Play';
- let arr = text.split('');

h1(role='image' aria-label=text)
  - arr.forEach(letter => {
    span.letter #{letter}
  - });
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #text #weaving #animation #css
ADD COMMENT
Topic
Name
2+6 =