Select Page

Tag: jQuery

Animate on scroll

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

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...
Animate letters of a text using Blast.JS

Animate letters of a text using Blast.JS

Here I have used Blast.JS to encapsulate each letter of the text with <span> having a CSS property – ‘transition-delay’ value just a little later than the first letter and transformed it while clicking the animate button. You can play with this...
Nice animations on scroll

Nice animations on scroll

Why do you need this? Certainly, you don’t want your website to be boring and irritate your users with too much information at one go. So you can include these animations to give an emotional touch to the content. Website Link...