| has gloss | eng: Animation of Scalable Vector Graphics, an open XML-based standard vector graphics format, is possible through various means: *Scripting: ECMAScript is a primary means of creating animations and interactive user interfaces within SVG. *Styling: Since 2008, the development of CSS Animations as a feature in WebKit has made possible stylesheet-driven implicit animation of SVG files from within the Document Object Model (DOM). *SMIL: Synchronized Multimedia Integration Language, a recommended means of animating SVG-based hypermedia is currently supported by the Safari 4, Opera and Amaya web browsers , although unstable releases of Mozilla Firefox pre-3.6 and Google Chrome 2 have added support, as will any browser that aims to pass the Acid3 web-standards test as this requires SMIL support for tests 75 and 76. Libraries have also been written as a shim to give current SVG-enabled browsers SMIL support. This method is also known as SVG+Time. |