Skip to content

Instantly share code, notes, and snippets.

@marcobarbosa
Created December 13, 2013 08:54
Show Gist options
  • Save marcobarbosa/7941547 to your computer and use it in GitHub Desktop.
Save marcobarbosa/7941547 to your computer and use it in GitHub Desktop.
animate element using SMIL
<animate attributeType="XML"
attributeName="x"
from="-100" to="120"
dur="10s"
repeatCount="indefinite"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment