[ Príspevkov: 4 ] 
AutorSpráva
Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 23.08.07
Prihlásený: 19.05.15
Príspevky: 39
Témy: 18 | 18
NapísalOffline : 20.02.2014 13:21 | Webkit transition , nefunguje

Zdravim , vedel by mi niekto pomoct ? nefunguje mi transition , v chrome to nieco robi , ale firefox vobec. A nieje to to co som si predstavoval. Provlem bude ze kazdy odkaz ma iny background image.

Skusal som uz vsetko mozne , ako nahle to dam bez obrazkov a spravim kazdy taky isty len s farbou pozadia ide to...

Kód:
#header .main-menu {float:right;margin:0;padding: 0;height:80px;}

#header .main-menu ul {float:left;height:80px;padding:0;margin:0;list-style-type: none;}
#header .main-menu ul li {float:left;height:80px;margin:0;padding:0;background-image: none;
    -webkit-transition: background-image .4s linear; 
    -moz-transition: background-image .4s linear; 
    -o-transition: background-image .4s linear; 
    -ms-transition: background-image .4s linear; 
    transition: background-image .4s linear; 
}
#header .main-menu ul li a {float:left;padding:26px 20px 18px 65px;margin:0px;font:normal 16px 'PT Sans Narrow';color:#a1a1a1;
letter-spacing:1px;text-decoration:none;text-shadow: 1px 1px 1px #000000;line-height:110%;}
#header .main-menu ul li a:hover {color:#fff;}

#header .main-menu ul li.home {background: url('../img/blue_m_a.png') top center no-repeat ;}
#header .main-menu ul li.home:hover {background: url('../img/blue_m.png') top center;}
#header .main-menu ul li.home span {display:block;position:absolute;margin:2px 0 0 -47px;width:30px;height:30px;background: url('../img/home.png');}

#header .main-menu ul li.profil {background: url('../img/orange_m_a.png')  top center no-repeat;}
#header .main-menu ul li.profil:hover {background: url('../img/orange_m.png') top center;}
#header .main-menu ul li.profil span {display:block;position:absolute;margin:2px 0 0 -47px;width:30px;height:30px;background: url('../img/profil.png');}

#header .main-menu ul li.referencie {background: url('../img/purple_m_a.png')  top center no-repeat;}
#header .main-menu ul li.referencie:hover {background: url('../img/purple_m.png') top center;}
#header .main-menu ul li.referencie span {display:block;position:absolute;margin:2px 0 0 -47px;width:30px;height:30px;background: url('../img/referncie.png');}

#header .main-menu ul li.kontakt {background: url('../img/green_m_a.png') top center no-repeat;}
#header .main-menu ul li.kontakt:hover {background: url('../img/green_m.png') top center;}
#header .main-menu ul li.kontakt span {display:block;position:absolute;margin:2px 0 0 -47px;width:30px;height:30px;background: url('../img/kontakt.png');}

#header .main-menu ul li.lang {background: url('../img/grey_m_a.png')  top center no-repeat;padding:0px 40px 0px 20px;}
#header .main-menu ul li.lang a {padding:0px;margin:23px 0 0 0;}
#header .main-menu ul li.lang .languages {display:none;}
#header .main-menu ul li.lang:hover {background: url('../img/grey_m.png') top center;}
#header .main-menu ul li.lang:hover .languages {display:block;position:absolute;background: url('../img/grey_m.png') top center;padding:22px 5px 22px  5px;margin:0 0 0 -120px;}

#header .main-menu ul li.lang .languages a {padding:0 5px 0 5px;margin: 0;float:left;text-decoration:none;}
#header .main-menu ul li.lang span {display:block;position:absolute;margin:33px 0 0  46px;width:13px;height:15px;background: url('../img/arrow.png') no-repeat;}



Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 06.02.14
Prihlásený: 19.01.18
Príspevky: 443
Témy: 9 | 9
NapísalOffline : 20.02.2014 14:24 | Webkit transition , nefunguje

http://stackoverflow.com/questions/9483 ... transition

takze podla tohto to firefox aktualne nepodporuje


Offline

Zmazaný užívateľ
Zmazaný užívateľ
Obrázok užívateľa
NapísalOffline : 24.02.2014 19:26 | Webkit transition , nefunguje

Skús nastaviť transition pre selektory s :hover , nie pre samotné ul li


Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 06.02.14
Prihlásený: 19.01.18
Príspevky: 443
Témy: 9 | 9
NapísalOffline : 24.02.2014 23:14 | Webkit transition , nefunguje

v tomto pripade by to by animovalo iba pre prechode do stavu "hover" naspat by to 'skocilo' bez animacie.

ale ako som hore pisal, background-image sa neda animovat. da sa animovat background ked je to iba farba a myslim ze aj gradient. vo webkite to funguje preto ze je to experimentalna funkcia, nie je to sucast css3. vraj by sa to mohlo ocitnut v dalsej verzii css4 (tuto info mam relativne staru, neviem v akom stadiu to je aktualne).
na animovany prechod z obrazku na obrazok musis pouzit jquery/js.


 [ Príspevkov: 4 ] 


Webkit transition , nefunguje



Podobné témy

 Témy  Odpovede  Zobrazenia  Posledný príspevok 
V tomto fóre nie sú ďalšie neprečítané témy.

CSS3 - transition

v HTML, XHTML, XML, CSS

2

367

12.05.2013 19:15

17mark

V tomto fóre nie sú ďalšie neprečítané témy.

Opera aj Webkit prešli testom Acid3

v Novinky

4

449

28.03.2008 22:48

eXistenZ

V tomto fóre nie sú ďalšie neprečítané témy.

nefunguje

v PHP, ASP

4

884

08.05.2009 12:24

beginner

V tomto fóre nie sú ďalšie neprečítané témy.

Nefunguje

v Monitory, televízory a projektory

13

1034

06.12.2009 10:22

KocuR

V tomto fóre nie sú ďalšie neprečítané témy.

Nefunguje?

v AMD čipové sady

9

1718

02.07.2019 17:38

Qeebo

V tomto fóre nie sú ďalšie neprečítané témy.

Nefunguje kamera

v Externé zariadenia

4

475

02.07.2011 23:44

Siriuse

V tomto fóre nie sú ďalšie neprečítané témy.

Nefunguje Displayport

v TV

4

701

20.09.2022 10:47

peto111

V tomto fóre nie sú ďalšie neprečítané témy.

nefunguje zvuk

v Zvuk

4

796

07.11.2007 16:14

kAli0

V tomto fóre nie sú ďalšie neprečítané témy.

Nefunguje PC

v Intel čipové sady

5

432

13.12.2011 21:37

walther

V tomto fóre nie sú ďalšie neprečítané témy.

Nefunguje overovanie

v PHP, ASP

6

558

21.03.2012 15:32

t0msk

V tomto fóre nie sú ďalšie neprečítané témy.

Nefunguje slot

v Pamäte

3

524

19.08.2020 14:21

kAli0

V tomto fóre nie sú ďalšie neprečítané témy.

NEFUNGUJE REŠTART

v Ostatné

7

759

09.10.2007 11:06

sento

V tomto fóre nie sú ďalšie neprečítané témy.

explode nefunguje

v PHP, ASP

2

462

22.05.2011 13:02

1daemon1

V tomto fóre nie sú ďalšie neprečítané témy.

nefunguje pc

v Ostatné

11

818

17.09.2008 11:31

dominique

V tomto fóre nie sú ďalšie neprečítané témy.

Nefunguje vetrak.

v Notebooky a netbooky

2

468

02.05.2010 9:33

mirom

V tomto fóre nie sú ďalšie neprečítané témy.

nefunguje aktualizacia

v Operačné systémy Microsoft

4

623

12.03.2011 12:24

janjansen



© 2005 - 2024 PCforum, edited by JanoF