Animate on scroll
/* Jump to section and play video $(document).ready(function(){ var flag = true; var vid = document.getElementById(“latest-project-video”); var playvideo = true; var slidedown = true; function playVid() { if(...
Responsive Auto-Updating Square Tile Gallery
Here I tried to create an auto-updating square tile gallery for one of my client’s projects whose ideas I am going the share below. The basic idea is to update individual squares and rectangles of the gallery look changing randomly. See the Pen Auto Updating...
The javascript library for magical scroll interactions
https://scrollmagic.io/
CSS – Multiple Backgrounds
Multiple backgrounds with CSS3 div{background-image: url(img1.gif), url(img2.gif);background-position: right bottom, left top;background-repeat: no-repeat, repeat;}
OWL Carousel – Touch Swipe Support Responsive Carousel For Multiple Items
Touch-enabled jQuery plugin that lets you create a beautiful responsive carousel slider.
ChartJS – Vertical line on points and custom tooltip
Here is a piece of code I developed for one of my projects where I needed to customize ChartJS with vertical line on hovered points and custom tooltip.
Blog