2

Is there a way to reduce the distance the animating div travels from? For fadeInUp, it's currently coming from off the screen. I only want it to travel from 30px down. I thought it would be data-wow-offset but changing its values is not changing anything.

patrickhuang94
  • 2,085
  • 5
  • 36
  • 58

2 Answers2

1

You can override the css animation in animate.css. Check this SO post

bananaCute
  • 433
  • 5
  • 17
0

you can use overflow hidden to avoid this

MiDo
  • 67
  • 1
  • 6