Css3 album image 3D Rotation display effect, css3 album 3d effect

Source: Internet
Author: User

Css3 album image 3D Rotation display effect, css3 album 3d effect

View effects: http://hovertree.com/texiao/css/14/

In this tutorial, animation is implemented using the animation of css3.

Definition and usage
The animation attribute is short for setting six animation attributes:
Animation-name
Animation-duration
Animation-timing-function
Animation-delay
Animation-iteration-count
Animation-direction
Note: always specify the animation-duration Attribute. Otherwise, the animation will not be played if the duration is 0.

Default Value: none 0 defaults 0 1 normal
Inheritance: no
Version: CSS3
JavaScript Syntax: object. style. animation = "movehovertree 5S infinite"


Syntax
Animation: name duration timing-function delay iteration-count direction;

Animation-name specifies the keyframe name to be bound to the selector ..
Animation-duration specifies the time taken to complete an animation, in seconds or milliseconds.
Animation-timing-function specifies the animation speed curve.
Animation-delay specifies the latency before the animation starts.
Animation-iteration-count specifies the number of times the animation should be played.
Animation-direction specifies whether an animation should be played in turn in reverse playback.

Example: http://hovertree.com/texiao/css/14/1.htm

 



The image rotation code is as follows:

<! Doctype html> 

More: http://www.cnblogs.com/jihua/p/webfront.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.