1

I saw this page where, when you change the window width, the layout change with simple animation. Does anybody know the name of this plug-in so I can look for some tutorials? I tried to look at the source code but I can't find anything useful.

Nicolaesse
  • 2,554
  • 12
  • 46
  • 71

1 Answers1

1

I don't think it's a plugin -- it's probably using media queries, which are a part of CSS3.

Michael0x2a
  • 58,192
  • 30
  • 175
  • 224