PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
[CSS] CSS-Contest 2012 WIPs
Beitrag
<blockquote data-quote="vincitore" data-source="post: 1942417" data-attributes="member: 2543"><p><strong>AW: [CSS] CSS-Contest 2012 WIPs</strong></p><p></p><p></p><p></p><p>also safari und chrome sind da noch bisschen penibel was die Syntax angeht, so funktioniert es bei mir (könnt evtl. prefixfreescript liegen :/)</p><p></p><p>[CODE]</p><p>#gallery ul li:nth-child(1) img {animation: picture 50s linear infinite;}</p><p>#gallery ul li:nth-child(2) img {animation: picture 50s ease-in-out 10s infinite;}</p><p>#gallery ul li:nth-child(3) img {animation: picture 50s ease-in-out 20s infinite;}</p><p>#gallery ul li:nth-child(4) img {animation: picture 50s ease-in-out 30s infinite;}</p><p>#gallery ul li:nth-child(5) img {animation: picture 50s ease-in-out 40s infinite;}</p><p>#gallery ul li:nth-child(1) figcaption {animation: text 50s linear infinite;}</p><p>#gallery ul li:nth-child(2) figcaption {animation: text 50s ease-in-out 10s infinite;}</p><p>#gallery ul li:nth-child(3) figcaption {animation: text 50s ease-in-out 20s infinite;}</p><p>#gallery ul li:nth-child(4) figcaption {animation: text 50s ease-in-out 30s infinite;}</p><p>#gallery ul li:nth-child(5) figcaption {animation: text 50s ease-in-out 40s infinite;}</p><p></p><p>@keyframes picture{</p><p> 0%{opacity:0;}</p><p> 8%{opacity:1;}</p><p> 17%{opacity:1;}</p><p> 25%{opacity:0;}</p><p> 100%{opacity:0;}</p><p>}</p><p></p><p>@keyframes text{</p><p> 0%{opacity:0;}</p><p> 8%{opacity:1;}</p><p> 17%{opacity:1;}</p><p> 25%{opacity:0;}</p><p> 100%{opacity:0;}</p><p>}</p><p>[/CODE]</p><p></p><p>hab eigentlich nur die prefixsachen rausgekürzt</p></blockquote><p></p>
[QUOTE="vincitore, post: 1942417, member: 2543"] [b]AW: [CSS] CSS-Contest 2012 WIPs[/b] also safari und chrome sind da noch bisschen penibel was die Syntax angeht, so funktioniert es bei mir (könnt evtl. prefixfreescript liegen :/) [CODE] #gallery ul li:nth-child(1) img {animation: picture 50s linear infinite;} #gallery ul li:nth-child(2) img {animation: picture 50s ease-in-out 10s infinite;} #gallery ul li:nth-child(3) img {animation: picture 50s ease-in-out 20s infinite;} #gallery ul li:nth-child(4) img {animation: picture 50s ease-in-out 30s infinite;} #gallery ul li:nth-child(5) img {animation: picture 50s ease-in-out 40s infinite;} #gallery ul li:nth-child(1) figcaption {animation: text 50s linear infinite;} #gallery ul li:nth-child(2) figcaption {animation: text 50s ease-in-out 10s infinite;} #gallery ul li:nth-child(3) figcaption {animation: text 50s ease-in-out 20s infinite;} #gallery ul li:nth-child(4) figcaption {animation: text 50s ease-in-out 30s infinite;} #gallery ul li:nth-child(5) figcaption {animation: text 50s ease-in-out 40s infinite;} @keyframes picture{ 0%{opacity:0;} 8%{opacity:1;} 17%{opacity:1;} 25%{opacity:0;} 100%{opacity:0;} } @keyframes text{ 0%{opacity:0;} 8%{opacity:1;} 17%{opacity:1;} 25%{opacity:0;} 100%{opacity:0;} } [/CODE] hab eigentlich nur die prefixsachen rausgekürzt [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 5, ▼ = 2 und ■ = 7, was ist ▲ × ▼ + ■?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
[CSS] CSS-Contest 2012 WIPs
Oben