react-component / scroll-anim

Animate Scroll React Component
http://react-component.github.io/scroll-anim/
MIT License
305 stars 43 forks source link

Timed fade in #9

Closed ptrwllrt closed 8 years ago

ptrwllrt commented 8 years ago

How would you realize a timed fade in? for example:

jljsj33 commented 8 years ago

I don't understand what you mean. whether it is time delay?

<ScrollOverPack hideProps={{ text: { reverse: true } }}>
  <TweenOne key="text" animation={{ delay: 300, opacity: 0, type: 'from' }}>
    you text
  </TweenOne>
</ScrollOverPack>
ptrwllrt commented 8 years ago

Sorry for the confusion. I've solved my issue differently. Thanks!