Content loading animation via CSS

Content loading animation via CSS

Here is a simple content-loading animation I created in one of my freelance projects that looks similar to the other content-loading animations you might have seen on other websites like Facebook.

Simple CSS blinking cursor

Simple CSS blinking cursor

Here is an example of simple CSS only blinking cursor that you can use and modify according to your needs. I have used keyframes to introduce infinite blinking animation to the cursor. See the Pen Simple CSS Blinking Cursor by Puneet Sharma (@webdevpuneet) on...
Chat area scroll to bottom jQuery script

Chat area scroll to bottom jQuery script

Here is the script you can use on page load, or wheneverr user submits message or on new user chat click. You will need to include jQuery before this code to functions as expected. The jQuery stop() method is used to stop animations or effects before it is...