How to Animate a “Twisting Text Effect” With CSS and JavaScript

In this tutorial, we’ll learn how to split an element’s text into separate characters, which we’ll then animate to give us a twisting effect. What We’ll be Building Without further intro, let’s check out what we’ll be building: In our case, there will be two types of animations: The first animation will happen each… Continue reading How to Animate a “Twisting Text Effect” With CSS and JavaScript

Build Better Contact Forms with These Guidelines

Look around the web, and you’ll see that web developers (and their clients) love contact forms. And for good reason: they collect important information about customers cheaply and effectively. But so many of these forms are clumsily designed or poorly implemented, cutting companies off from their customer. Avoid these problems and learn to build better… Continue reading Build Better Contact Forms with These Guidelines

Learn Xcode And Swift To Develop iOS Apps

Advertisement I know you want to learn Xcode and you are not the only one. Yet, you might think that creating an app for use on an iPhone or iPad is too complicated and simply out of your reach. However, app design and creation has never been simpler than it is today. Using tools such… Continue reading Learn Xcode And Swift To Develop iOS Apps

Animation for Beginners: How to Animate a Head Turn

What You’ll Be Creating Today we are going to learn how to animate a character turning his head. You’ll find that you will be animating head turns a lot when you do character animation. A head turn is challenging to animate because the mass and shape need to be consistent, as do the elements of… Continue reading Animation for Beginners: How to Animate a Head Turn

9 Creative CSS3 Animation Tools You Should Bookmark

Are you looking for some free to use CSS3 animation tools? Well, if your answer is yes, then you are lucky enough to land on the right page. In this round up, we are presenting 9 amazing and best CSS3 animation tools that every designer must know. You can bookmark these animation tools for your… Continue reading 9 Creative CSS3 Animation Tools You Should Bookmark

10 CSS3 Animation Scripts For Your Next Projects

To create an animation is not any more difficult task, thanks to CSS3 animation scripts. That’s why we all know very well the importance of CSS3 animation scripts. If you’re looking for CSS3 animation scripts for your work or upcoming projects then check out this collection. In this post we are going to showcase some… Continue reading 10 CSS3 Animation Scripts For Your Next Projects

20 Interesting JavaScript and CSS Libraries for February 2016

The world of web development keeps expanding as new frameworks, libraries and plugins are created everyday. To keep you up to date with all the cool toys, we made this collection of our favorite JavaScript and CSS tools you should try in February 2016. Super Simple Slider Super simple slider is jQuery plugin which provides you with a functional and… Continue reading 20 Interesting JavaScript and CSS Libraries for February 2016

Animation for Beginners: How to Animate a Character Running

What You’ll Be Creating In this tutorial we will be animating a cycle of a character running. In this case, the character will appear to be running in place. If this run cycle were to be incorporated into a movie, perhaps a background scrolling from right to left would be behind the character. Walks and… Continue reading Animation for Beginners: How to Animate a Character Running

Simple to Use jQuery Plugin to Animate SVG Paths

jQuery DrawSVG uses the jQuery built-in animation engine to transition the stroke on every inside the selected <svg> element, using stroke-dasharray and stroke-dashoffset properties. It weights less than 2KB minified and 800 bytes gzipped. It’s easy to use with easing and stagger support. Best of all, it’s completely Free! Requirements: jQuery Framework Demo: http://lcdsantos.github.io/jquery-drawsvg/ License:… Continue reading Simple to Use jQuery Plugin to Animate SVG Paths

Walkway.js – An easy way to animate simple SVG elements

Walkway.js a small javascript library to animate SVG images consisting of line and path elements in an easy way. How to use Create a new Walkway instance with a supplied options object. When you want to start animating call .draw on the returned instance providing an optional callback that will be called when drawing is… Continue reading Walkway.js – An easy way to animate simple SVG elements

CSS3 Animations and The New JavaScript Method Animate()

With CSS3 animations in HTML documents have become fairly easy to achieve. Using the “@keyframes” rule various properties such as position and size of an HTML element get defined. Then the property “animation” cares for getting the keyframes up and running according to their definitions. Without the need for JavaScript and plug-ins we are able… Continue reading CSS3 Animations and The New JavaScript Method Animate()