0

What slider is used to scroll through the sites on the Stackexchange website? I think it's Anything Slider but can't seem to find where and how it is implemented.

Can anyone show me an example of it or another script that does similar?

Thanks in advance.

Here is a screenshot of what I mean - http://grab.adrianfraguela.com/e6ds

Fraggy
  • 569
  • 7
  • 17

2 Answers2

1

Looks like anythingSlider. cdn.sstatic.net/stackexchange/js/home.js?v=3a6605ce6125

j08691
  • 204,283
  • 31
  • 260
  • 272
  • +1 for going out there and finding it out for him ;-) – Sarfraz Jun 11 '12 at 15:26
  • Nice thanks, do you know where there is a tutorial or example of how it is coded similar to this one? Been searching for a while and can't find one. – Fraggy Jun 11 '12 at 15:32
0

It definitely is anythingSlider.

The container div has a class of anythingSlider

and the home.js file included in the head has the anythingSlider javascript in it.

Moin Zaman
  • 25,281
  • 6
  • 70
  • 74