Jump to content
Search Community

Nuzzler

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Nuzzler

  1. Hey ! Thanks for that ! I didn't know the doc for react gsap, i'll look it up and hope it wille fix my issues ! !Thx a lot
  2. Hi ! I'm testing MagicScroll and i'm having an issue with an example( this link : https://github.com/bitworking/react-scrollmagic/blob/master/example/src/components/ScrollMagicExamples/SplitText.js) I get following error : "Error: SplitChars only accepts a string as child." The eroor occurs here : <SplitLetters> <span className='text'>AIIIGHT</span> </SplitLetters> Why ? And what I must do to get only string because making a const x = "hello world" and passing the string<SplitLetter> {x} </SplitLetters> isn't working :/ Thanks in advance for resolving my issue
×
×
  • Create New...