Jump to content

Recommended Posts

Posted

Salutare ! Am vazut la cei de la www.engame.ro headerul cu effect. Imi puteti spune si mie cum sa fac ceva asemanator ? Sau ce versiune de shoutbox au ei

Va multumesc frumos !

Posted
1 hour ago, DeNyS. said:

Animație CSS. Au folosit funcția „keyframes” din CSS ca să creeze animația, după care au aplicat animația la partea respectivă.

Si imi poti spune si mie cum sa creez o asa animatie ?

Sau imi poti creea tu una simpla si sa imi spui unde sa o adaug ?

Posted
On 28.10.2016 at 11:06 PM, NeBuNuL said:

Salutare ! Am vazut la cei de la www.engame.ro headerul cu effect. Imi puteti spune si mie cum sa fac ceva asemanator ? Sau ce versiune de shoutbox au ei

Va multumesc frumos !

Salut ,la ce effect te referi din headerul meu?

Posted

Partea htmlp

<a href="http://engame.ro/">
 <div class="logospace">
<img class="logocircle" src="locatie_logo_rotitor"> <img class="logotext" style="margin-top: -192px; position: relative;" src="locatie_logo_stabil">
 </div>
</a>

Si partea ipb_style

.logospace{
cursor:pointer;
width:400px;
overflow:hidden;
}
.logocircle{
pointer-events:none; 
transition:all 0.7s ease-in-out; 
*/transform:rotateX(0deg);
}
.logospace:hover>.logocircle{transform:rotateX(360deg)}
.logotext{
pointer-events:none;
transition:all 0.4s;
}
.logospace:hover>.logotext{}

 

  • Upvote 1

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.