jQuery plug-in for Glitch Effect

jQuery glitch effect

How to create glitch effect using jQuery? The jquery-glitch is a simple plug-in for creating the glitch effect on text in your web pages. You may apply the glitch effect on text for different elements like headings, paragraphs or even smaller text in a span tag. The colors of the glitch effect can also be … Read more

jQuery color transition on scroll plug-in with a demo

jquery scroll color

Changing color smoothly on scroll using jQuery In this post, I am going to share a jQuery plug-in that can be used for changing the color upon scrolling of the web page. It is a light-weight plug-in that is the only 3Kb file. You may specify two colors with RGB values. The colors will transit between … Read more

jQuery transition effect in HTML elements with animation

jquery effect sweep

Creating transition effect in HTML elements by jQuery In this demo, you are going to see and learn how to create transition effect in two HTML elements with jQuery. You may use the different type of content in the HTML elements like headings, text paragraphs, images etc. The plug-in allows using only two elements currently. Upon … Read more