Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react animated text yarn package

Letters.map((letter, index) =>
      <MovingComponent
        type="shadow"
        duration="1100ms"
        delay="index * 100ms"
        direction="reverse"
        timing="linear"
        iteration="5"
        fillMode="none">
        {letter}
      </MovingComponent>)
Source by yidaoj.github.io #
 
PREVIOUS NEXT
Tagged: #react #animated #text #yarn #package
ADD COMMENT
Topic
Name
2+7 =