Permalink

CSS3 Transformations and Transitions for jQuery: jQuery Transit

jQuery Transit is a plugin which helps you do smooth CSS3 transformations and transitions in jQuery. You can set transformations as you would any CSS property in jQuery. jQuery Transit degrades older browsers by simply not doing the transformations (rotate, … Continue reading

Permalink

JavaScript Image Effects Library: glfx.js

These days most part of the software and programming technologies is converging on the web. Reciprocally all modern browsers and web platforms are undergoing major changes to accommodate the latest ‘web-enabled’ technologies. Take the example of image manipulation and graphical effects. … Continue reading

Permalink

Animated jQuery Image Slider with Unique Transition Effects: Chop Slider

As the saying goes: Big things come in small packages. Chop Slider proves it true. Packaged in just 6KB, ChopSlider delivers awesome and powerful image slider with unlimited transition effects. In fact, it is more than a simple image slider. It … Continue reading

Permalink

Move Objects in 3D Space with JavaScript: Sprite3D.js

Sprite3D is a simple javascript library that uses the power of CSS transforms for rendering HTML objects in 3D without requiring WebGL enabled browsers, any JavaScript dependencies or complexities of HTML5 canvas element. Sprite3D manipulates 3D positioning of objects via simple JavaScript to achieve smooth … Continue reading