<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=CSS_Animations</id>
	<title>CSS Animations - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=CSS_Animations"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=CSS_Animations&amp;action=history"/>
	<updated>2026-05-19T02:24:21Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=CSS_Animations&amp;diff=2450811&amp;oldid=prev</id>
		<title>imported&gt;SchlurcherBot: Bot: http → https</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=CSS_Animations&amp;diff=2450811&amp;oldid=prev"/>
		<updated>2026-02-10T12:42:43Z</updated>

		<summary type="html">&lt;p&gt;Bot: http → https&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;CSS Animations&amp;#039;&amp;#039;&amp;#039; ist ein Modul für [[Cascading Style Sheets]] (CSS), das die Animation von [[Extensible Markup Language|XML]]-Elementen ermöglicht.&lt;br /&gt;
&lt;br /&gt;
== Geschichte ==&lt;br /&gt;
Animationen auf Internetseiten auf Basis von CSS waren bis in die späten 2000er Jahre nicht möglich. Sie ließen sich nur durch clientseitige Skriptsprachen wie [[JavaScript]] implementieren. Im Jahre 2007 gaben [[WebKit]]-Entwickler bekannt, CSS-Animationen in Webkit-Browsern zu ermöglichen. Darüber hinaus wurde im Februar 2009 bekannt, dass sowohl implizite als auch explizite Animationen durch CSS ermöglicht werden sollen. CSS-Animationen sind ein Bestandteil von CSS3, einem derzeitigen Arbeitsentwurf des [[World Wide Web Consortium|W3C]].&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
Die Anwendung erfolgt in zwei Schritten. Zunächst wird eine Animation mit beliebig vielen Keyframes definiert. Später wird diese einem Selektor zugeordnet. Dabei können weitere Parameter wie Dauer der Animation oder Ablaufrichtung angegeben werden. &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;css&amp;quot;&amp;gt;&lt;br /&gt;
/*Definition einer einfachen Keyframe-Animation*/&lt;br /&gt;
@keyframes fade-in {&lt;br /&gt;
  0% {opacity: 0}&lt;br /&gt;
  100% {opacity: 1}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*Anwendung*/&lt;br /&gt;
a {&lt;br /&gt;
  animation: fade-in 1s;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Browserunterstützung ==&lt;br /&gt;
Seit Juni 2011 enthält [[Mozilla Firefox|Firefox 5]] Unterstützung für CSS-Animationen.&amp;lt;ref&amp;gt;{{Internetquelle|url=https://www.mozilla.com/en-US/firefox/5.0/releasenotes/ |titel=Firefox 5 release notes |datum=2011-06-21 |hrsg=The Mozilla Foundation|zugriff=28. Oktober 2011}}&amp;lt;/ref&amp;gt; CSS-Animationen sind außerdem seit 2007 in den [[Nightly Build]]s von [[WebKit]], [[Google Chrome]], [[Apple Safari]], [[Android (Betriebssystem)|Android]] 2.x und 3.x und dem RIM OS6-Webbrowser mit dem &amp;lt;code&amp;gt;-webkit-&amp;lt;/code&amp;gt;-[[Herstellerpräfix|Präfix]] als Modul verfügbar.&amp;lt;ref&amp;gt;{{Internetquelle|url=https://webkit.org/blog/138/css-animation/ |titel=CSS Animation |autor=Dave Hyatt |datum=2007-10-31 |hrsg=Surfin’ Safari|zugriff=28. Oktober 2011}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Internetquelle|url=https://webkit.org/blog/324/css-animation-2/ |titel=CSS Animation |autor=Dean Jackson |datum=2009-02-05 |hrsg=Surfin’ Safari|zugriff=28. Oktober 2011}}&amp;lt;/ref&amp;gt; Der [[Internet Explorer]] ist ab Version 10 in der Lage, CSS-Animationen darzustellen.&amp;lt;ref&amp;gt;[https://css-tricks.com/almanac/properties/a/animation/ CSS Almanac: animation], abgerufen am 12. Juli 2013 (englisch)&amp;lt;/ref&amp;gt; Außerdem kann das Animationsmodul ab [[iTunes]] 9 genutzt werden, um Multimedia-Elemente von Musikdateien darzustellen.&lt;br /&gt;
&lt;br /&gt;
== Kritik ==&lt;br /&gt;
Die Spezifikation von CSS-Animationen hat bei Befürwortern von [[JavaScript]]-Animationen oder, weniger ausgeprägt, [[Synchronized Multimedia Integration Language|SMIL]]-Animationen Besorgnis ausgelöst;&amp;lt;ref&amp;gt;{{Internetquelle|url=https://snook.ca/archives/javascript/css_animations_in_safari/ |titel=CSS Animations in Safari |autor=Jonathan Snook |hrsg=Snook.ca|datum=2007-10-31|zugriff=28. Oktober 2011}}&amp;lt;/ref&amp;gt; andere sehen darin einen Zug von [[Apple]], dem Hauptsponsor des WebKit-Projektes, um der Einbindung von [[Adobe Flash]] (und den vorherrschenden Flash-Animationen) in die [[Apple iOS|iOS]]-Produktlinie von Mobiltelefonen auszuweichen, welche den Webbrowser [[Apple Safari]] verwenden.&amp;lt;ref&amp;gt;{{Internetquelle|url=https://www.macrumors.com/2009/02/06/css-animation-coming-to-safari-already-in-iphone-less-dependence-on-flash/ |titel=CSS Animation Coming to Safari, Already in iPhone. Less Dependence on Flash? |hrsg=MacRumors.com |datum=2009-02-06 |autor=Arnold Kim|zugriff=28. Oktober 2011}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Internetquelle |url=https://www.tuaw.com/2009/02/06/css-animation-to-replace-need-for-flash-in-mobilesafari-not-lik/ |titel=CSS Animation to replace need for Flash in MobileSafari? Not likely |hrsg=The Unofficial Apple Weblog |datum=2009-02-06 |autor=Robert Palmer |abruf=2024-07-05 |archiv-url=https://web.archive.org/web/20240705194535/https://www.tuaw.com/2009/02/06/css-animation-to-replace-need-for-flash-in-mobilesafari-not-lik/ |archiv-datum=2024-07-05 |offline=ja }}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;{{Internetquelle|url=https://www.applethoughts.com/news/show/92481/css-animations-a-flash-substitute.html |titel=CSS Animations: A Flash Substitute? |hrsg=Apple Thoughts |datum=2009-02-09 |autor=Vincent Ferrari|zugriff=28. Oktober 2011}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quellen ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* {{Webarchiv | url=http://webkit.org/specs/CSSVisualEffects/CSSAnimation.html | wayback=20080430041229 | text=Initial Apple Proposal}}&lt;br /&gt;
* [https://dev.w3.org/csswg/css3-animations/ CSS Animations Module Level 3] draft on the [[World Wide Web Consortium|W3C]] website&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Cascading Style Sheets|Css Animations]]&lt;/div&gt;</summary>
		<author><name>imported&gt;SchlurcherBot</name></author>
	</entry>
</feed>