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
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.
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
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.
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.