<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-marquee-style</name><description><![CDATA[Specifies the style of marquee motion.]]></description><keywords><![CDATA[css property -webkit-marquee-style webkit marquee style]]></keywords><longDescription><![CDATA[<p>The values <code>scroll</code> and <code>slide</code> both cause the content to start outside the box and move into the box, but if the value <code>scroll</code> is specified, the content stops moving once the last content is visible. The value <code>alternate</code> causes the content to shift back and forth within the box in the specified direction.</p>
]]></longDescription><syntaxes><syntax><![CDATA[-webkit-marquee-style: alternate | none | scroll | slide;]]></syntax></syntaxes><values><value><name><![CDATA[alternate]]></name><description><![CDATA[<p>The marquee shifts back and forth.</p>]]></description></value><value><name><![CDATA[none]]></name><description><![CDATA[<p>The marquee does not move.</p>]]></description></value><value><name><![CDATA[scroll]]></name><description><![CDATA[<p>The marquee loops in its specified direction.</p>]]></description></value><value><name><![CDATA[slide]]></name><description><![CDATA[<p>The marquee moves in its specified direction, but stops either when the entirety of its content has been displayed or the content reaches the opposite border of its box, whichever comes second.</p>]]></description></value></values><versions><version key="safari.3.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-marquee-style]]></version><version key="ios.1.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-marquee-style]]></version></versions></property>