f.bele
f.bele

Reputation: 367

display content with animation when scrolled down to it

i am looking for simplest any cleanest way to display content or blocks of content on my site when scrolled down to it. i mean that i would rather not use any frameworks as are jquery or bootstrap.

i would like to achieve something like is seen on these sites:

http://demo.joomla51.com/?theme=Cashmere

http://www.dropingood.com

what would you recommend me how can i achieve that? i am quite familiar with html5, css3 and javascript.

thanks

Upvotes: 0

Views: 253

Answers (1)

Sunny Patel
Sunny Patel

Reputation: 8077

Parallax Scrolling is what you're looking for. How Nike Did it. Using existing plugins can help you achieve your desired effect while keeping a low overhead. Here are some examples:

You can also see previous question like so: Parallax Scrolling @ SO

Quick Google searches are your friend!

Upvotes: 1

Related Questions