Skip to content

Instantly share code, notes, and snippets.

@leechy
Created March 13, 2013 09:31
Show Gist options
  • Save leechy/5150539 to your computer and use it in GitHub Desktop.
Save leechy/5150539 to your computer and use it in GitHub Desktop.
Untitled
body {
background:#333;
}
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="408" height="327" >
<mask id="mask">
<image x="0" y="0" width="408" height="327" xlink:href="http://ce-dev.ru/svg/img/maska.jpg" />
</mask>
<image x="0" y="-200" id="light" width="291" height="138" xlink:href="http://ce-dev.ru/_projects/atl/img/light.png" mask="url(#mask)">
<animate attributeName="y" to="800" dur="4s" repeatCount="indefinite" />
</image>
<image x="300" y="-200" id="light" width="291" height="138" xlink:href="http://ce-dev.ru/_projects/atl/img/light.png" mask="url(#mask)">
<animate attributeName="y" to="800" begin="2s" dur="4s" repeatCount="indefinite" />
</image>
</svg>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment