Ztext.js : 3D typography for the Web

    Ztext.js : 3D typography for the Web

    Ztext gives the illusion of volume by creating layers from an HTML element. There’s no need to spend hours fiddling with <canvas> or forcing users to download multi-megabyte WebGL libraries. Content remains fully selectable and accessible.

    WebGL Video Transitions with Curtains.js

    WebGL Video Transitions with Curtains.js

    Some experimental video transitions using Curtains.js and shaders.We’ve done some crazy polygon transitions, and before that some WebGL Image Transitions. But a lot of people have been asking how to translate those techniques into the video world. And I agree, one cannot underestimate the importance of video on the web.

    Scroll Animations for Image Grids

    Scroll Animations for Image Grids

    Some ideas for scroll animations for image grids powered by Locomotive Scroll.

    Diagonal Thumbnail Slideshow Animation

    Diagonal Thumbnail Slideshow Animation

    A simple slideshow with tilted thumbnails and large titles that animate when navigating. So the main idea is to animate the tilted thumbnails out of the viewport when navigating to the next or previous slide. While the thumbnails move out, the titles get animated too, in that reveal/unreveal fashion that seems to be quite trendy now. The direction of the motion depends on whether we’re navigating back or forth.

    Menu to Inner Page Animation with Image Grid Background

    Menu to Inner Page Animation with Image Grid Background

    A layout with a menu and background image grid that animates to an inner content page. The idea is to show a menu with a nice background grid of images and when choosing to explore a project, an animation happens where the images of the background grid fly away and an inner page shows.

    Magnetic Buttons with CSS & JavaScript

    Magnetic Buttons with CSS & JavaScript

    A small set of magnetic buttons with some fun hover animations.The main idea of these buttons is that they are magnetic and follow the mouse pointer. Along with that, there’s lots of room to play with some interesting hover animations. A very nice thing to explore is the motion of an additional element like a shadow or another line. The parallax effect created by moving the button’s elements differently, gives a nice twist to the animation.

    ToxinRangeSlider : jQuery Range Slider Plugin

    ToxinRangeSlider : jQuery Range Slider Plugin

    ToxinRangeSlider – this is jquery plugin that allows you to select a value or range of values.

    Htmx : Hight Power tools for HTML

    Htmx : Hight Power tools for HTML

    htmx is a javascript library that allows you to access AJAX, WebSockets and Server Sent Events directly in HTML, using attributes,so you can build modern user interfaces with the simplicity and power of hypertext. It is small (~7k min.gz’d), dependency-free, extendable & IE11 compatible.

    HC Off-canvas Nav : jQuery Plugin

    HC Off-canvas Nav : jQuery Plugin

    HC Off-canvas nav is a jQuery plugin for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements.

    CryptoJS : JavaScript Library of Crypto Standards

    CryptoJS : JavaScript Library of Crypto Standards

    CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns. They are fast, and they have a consistent and simple interface.