Jump to content

Cum Fac Butoanele Din Meniu Sa Se Invarta Cand Pun Sageata Pe El?


Go to solution Solved by Filip Cristian,

Recommended Posts

Posted

Cum fac taburiile din meniu sa se invarta cand pun sageata pe ele si cum maresc butoanele ,am tema Deflection .

Multumesc, o seara buna.

                                                                                    jocuri-468x60.png

                   

                                                                                                   Recomand cu incredere HZone Romania - Webhost Calitate Maxima 

  • Moderators
Posted

Pe elementu normal (non-hover) trebuie sa adaugi:

transition: transform 0.5s;
-o-transition: transform 0.5s;
-moz-transition: transform 0.5s;
-webkit-transition: transform 0.5s;

Si pe elementu hover:

transform: rotate(360deg);
-o-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);

Poti schimba secundele cu cat vrei si la fel pentru gradele de rotatie.

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

  • Moderators
Posted

Ce sa gasesti? Codu acela vine aplicat la elementu care vrei sa dai efectu de rotate. Elementu trebuie sa fie unu normal si unu :hover.

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

Si cum măresc largesc butoanele?

                                                                                    jocuri-468x60.png

                   

                                                                                                   Recomand cu incredere HZone Romania - Webhost Calitate Maxima 

  • Solution
Posted

Si cum măresc largesc butoanele?

 

Draga DomnulBone, ceea ce vezi tu pe legendz este facut cu ajutorul tranzitiilor postate de gadeas mai sus, daca vrei sa faci butoanele sa se mareasca si sa se roteasca in acelasi timp cand pui sageata pe ele foloseste asta:

buton {
    -webkit-transition:width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    -moz-transition:width 2s, height 2s, background-color 2s, -moz-transform 2s;
    -o-transition:width 2s, height 2s, background-color 2s, -o-transform 2s;
    transition:width 2s, height 2s, background-color 2s, transform 2s;
}

buton:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}

P.S: Puteai sa ma intrebi direct pe mine.

www.evict.ro

EVICTro

loading1.gif

Posted

Draga DomnulBone, ceea ce vezi tu pe legendz este facut cu ajutorul tranzitiilor postate de gadeas mai sus, daca vrei sa faci butoanele sa se mareasca si sa se roteasca in acelasi timp cand pui sageata pe ele foloseste asta:

buton {
    -webkit-transition:width 2s, height 2s, background-color 2s, -webkit-transform 2s;
    -moz-transition:width 2s, height 2s, background-color 2s, -moz-transform 2s;
    -o-transition:width 2s, height 2s, background-color 2s, -o-transform 2s;
    transition:width 2s, height 2s, background-color 2s, transform 2s;
}

buton:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}

P.S: Puteai sa ma intrebi direct pe mine.

unde adaug asta mai exact? 

                                                                                    jocuri-468x60.png

                   

                                                                                                   Recomand cu incredere HZone Romania - Webhost Calitate Maxima 

Posted

UP

                                                                                    jocuri-468x60.png

                   

                                                                                                   Recomand cu incredere HZone Romania - Webhost Calitate Maxima 

  • Moderators
Posted

Cred ca ar fi cazul deja la 280 posturi sa stii regulamentul ariei IPB unde postezi aproape zilnic.

Puteţi da up la topic odată la 48h.

 

Unde adaugi aia? Unde vrei sa fie, poate sa fie la orice element care vrei tu, doar asa lucreaza CSS-ul.

  • Upvote 1

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

  • 1 year later...
Posted

Daca a spus gadeas css unde nu ai inteles ?

acp > look & Feel > tema ta > tab ul CSS > ipb_styles.css

 

Skype: marianbl7

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.