Jump to content
Search Community

dxcqcv

Members
  • Posts

    3
  • Joined

  • Last visited

dxcqcv's Achievements

  1. Thanks to @Rodrigo and @PointC for rescuing me from the mud puddle.
  2. thx for your response, and I'm very confused "because your 'disappear' tween ends with an opacity of 0", because I already set the dom opacity is 1 before `from` method, right? like .set('#quote', {opacity: 1}) so I think `show` button will be set opacity of 1 every time before it does tween and I also try to change to `fromTo` method, but it's not work, I don't know why, the demo is https://codepen.io/dxcqcv/pen/yLRKQJV
  3. I modified the official `splitText` example so that the text is not displayed by default, when the `show` button is clicked the text is displayed, when the `disappear` button is clicked the text disappears, then when I click the `show` button again the text is not displayed, I want to click the `disappear` button and then click the `show` button to display the text again, how should I modify it? Thanks
×
×
  • Create New...