Skip to content

Instantly share code, notes, and snippets.

@igara
Last active April 18, 2016 11:04
Show Gist options
  • Save igara/0bc94789662ff4dde2a881a86fb87e98 to your computer and use it in GitHub Desktop.
Save igara/0bc94789662ff4dde2a881a86fb87e98 to your computer and use it in GitHub Desktop.
[メモ]Inkscapeを使用してアニメーション付きデザインをSVGイメージ化する ref: http://qiita.com/igara/items/c0f723394926d4750ca2
<animateTransform
attributeName="transform"
begin="0s"
dur="1s"
type="translate"
from="0 0"
to="0 -50"
repeatCount="indefinite"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment