| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 5757|Reply: 3
Collapse the left

Avatar turning effect

  [Copy link]
Post time: 2015-06-14 15:34
| Show all posts |Read mode
hello friends ~~

To make a nice avatar efect (the avatar start rotating  to 360 graduses when you move your cursor over the avatar) just add the code to te bottom of template/default/common/common.css

  1. .avt img {
  2.         opacity:0.8;
  3.         border:1px solid #ccc;
  4.         border-radius:5px 5px 5px 5px;
  5.         box-shadow:3px 3px 3px #8A8A8A;
  6. }
  7. .avt img:hover{
  8.         opacity:1;
  9.         transition: transform 2s;
  10.         -moz-transition: -moz-transform 2s;
  11.         -webkit-transition: -webkit-transform 2s;
  12.         -o-transition: -o-transform 2s;
  13.         transform: rotate(360deg);
  14.         -ms-transform: rotate(360deg); /* IE 9 */
  15.         -webkit-transform: rotate(360deg); /* Safari and Chrome */
  16.         -o-transform: rotate(360deg); /* Opera */
  17.         -moz-transform: rotate(360deg);
  18. }
Copy the Code

 Russia

Post time: 2015-06-14 17:49
| Show all posts
You MUST EXPLAIN what the NICE effect we will get.
 Author| Post time: 2015-06-15 09:16
| Show all posts
vot 2015-6-14 17:49
You MUST EXPLAIN what the NICE effect we will get.

added vot bro

 Russia

Post time: 2015-06-15 21:26
| Show all posts
Ok, I have slightly fixed the post.

Rate

Number of participants 1Rating +1 Collapse Reason
aakashyadav + 1 thanks~~:)

View Rating Log

You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-05-03 19:47 GMT+3 , Processed in 0.041452 sec., 12 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list