animation

Android - Simple Animation

Submitted by razormist on
Learn on how create a Simple Animation using Android. This application can be applied to any existing android application to make a stunning design. Android is a mobile operating system developed by Google. It used in several gadget like smartphone, tablet, and even television. Android is open source to developers who has an interest in developing mobile apps.

Simple 3D with Cross-Eye view

Submitted by Eclipsed Lunatic on
It's based upon the "Simple 3D" program by mrdobLedos. I expanded it with a second similar animation to create a real 3D view of the animation using the Cross-Eyed View. The cross-eyed method can be used on stereoscopic pictures/animation where the left image is on the right side and vice versa. It requires no 3D glasses or gear, only the desire to learn. 1) Look at what looks like two identical

jQuery Animation

Submitted by AliNaderloo77 on
It is a very simple animation using jQuery. You only need jQuery plugin and jQueryRotateCompressed to do this animation. The animation looks like the two girls exchanging emails. Try this yourself and enjoy creating animations and learning new codes. Contact me by: email: [email protected] telegram : http://telegram.me/AliNaderloo77 Phone Num : +989356205014

CSS Animation Properties

Submitted by alpha_luna on
What is animation in CSS3? The animation property is a shorthand property that allows to setting six of the animation properties at once. It has a following syntax: animation: name | duration | timing-function | delay | iteration-count | direction | fill-mode | play-state | initial | inherit ; Property Values: name - it’s specifies the name of the keyframe you want to bind to the selector

Swinging Image using CSS3 Animation

Submitted by Jeprox on
In this tutorial we are going to learn how to make an image swing continously using CSS3 keyframe animation. This effect has become popular for images like signs and discounts in websites for this they get the attention of the users or visitors. You can play around with the codes try to change the values and see the changes. Here's the complete source code: Swinging Image CSS3 Animation Swinging

Animation - Blinking and Changing Color Effects of Text (VB.NET)

Submitted by donbermoy on
This tutorial will teach you how to create a program that has a blinking and changing color of the texts using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one label named DspLabel1 and one timer named Timer1. 3.