Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

Flip Effect Using Jquery and CSS


Guys in this post I will be discussing a way to create coin flip animation using JQuery and CSS only.
The method which I will be showcasing in a while can also be implemented without JQuery but that would increase your amount of code and complexity considerably. The main trick is to rotate the html element (an image in my case) degree by degree for multiples of 360 so that you can have your original state back.

Here is My Code :-

Playing With TELERIK




For those of you who don't know what Telerik is, it is a framework for multiple platforms which brings in advanced visual features and ease up your programming stress by giving you neater and cleaner representation with a lot less amount of code.

One feature that  I like most of Telerik framework for ASP.Net is form validation using input manager. It can be used to automatically validate input text using various modes like numeric,currency and date time. It does everything for you by restricting user from entering invalid data and stoping the page postback. The way it displays error is just beautiful and saves lot of space on the form too.