05/03/2016

Responsiville Javascript libraries

As we have mentioned before, Responsiville and, therefore, Vanilla use Javascript a lot. In order to achieve this we rely on certain base Javascript libraries, which are useful, common and widely accepted. These libraries are:

  • jQuery: the most popular Javascript library for DOM manipulation, AJAX calls, animations, etc.
  • VelocityJS: a very fast Javascript animation library, which we favour over jQuery for animations.
  • HammerJS: touch events and gestures handling Javascript library.

Update:

  • CSSUtilities: library for reading and parsing CSS stylesheets inside the web page.

Home page