Jump to content

Recommended Posts

  • Moderators
Posted

Si ce efect este "blink"? Este cumva asta?:

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 .gif? Nu este nici-un gif, totu este facut din CSS. Da-i copy/paste la codu:

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

La ce element (id/clasa) vrei efectu si jos de tot in ipb_styles.css adauga:

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

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

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

La:

.author_info .group_title {

Adauga:

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

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

No , si unde-i author_info.group_title ? In ipb_styles_css dau CTRL + F si pun  .author_info .group_title { iar direct dupa el adaug  animation-duration: 2s;

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

 

Sau cum?

  • Moderators
Posted

Direct dupa el nu, intre:

{ }

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

Ai adaugat si cealanta bucata din postu #8?

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

Bucata asta

 

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

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

 

Am adaugat-o jos in ipb_styless.css

 

Iar bucata asta

animation-duration: 2s;

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

 

Am dat CTRRL + F si am scris acolo .author_info .group_title { , iar aici in paranteza { am adaugat codul ala de mai sus, adica asa:

 

.author_info .group_title {animation-duration: 2s;

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

  • Moderators
Posted

Ce skin folosesti? Pe tema default si skinuri de la ipbfocus ne-atinse ar trebui sa mearga atat timp cat l-ai adaugat cum trebuie. Poate bucata aia este comentata in cod si instant nu o citeste.

PHP Developer - Not available for freelancing right now

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

  • 4 weeks later...
  • 4 weeks later...
  • Moderators
Posted

Va dat rezolvarea la ce tot dati up ?

Eu unu nu stiu la ce da.

Au trecut 2 luni aproape de cand am postat rezolvarea, si eu zic ca destul de bine explicat, adica na, cu niste cunostinte basice se intelege. In 2 luni se poate invata CSS la un nivel destul de mare.

PHP Developer - Not available for freelancing right now

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

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.