Jump to content

Recommended Posts

Posted

Prietene e simplu intri in ipb_style.css si la sfarsit de tot adaugi:

@-webkit-keyframes efectGrup {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

@-keyframes efectGrup {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

Dupa aceea la cauti 

.author_info .group_title {

si dupa { 

adaugi asta 

animation-duration: 2s;   
animation-name: efectGrup;
animation-iteration-count: infinite;
-webkit-animation-duration: 2s;
-webkit-animation-name: efectGrup;
-webkit-animation-iteration-count: infinite;

Ce nu intelegi ? Te rog explica-mi si mie sa vedem poate te lamuresc eu :)

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.