Presentación para la charla en #vectoresIO, una iniciativa de DesarrolloWeb
29/05/2014
!Buenas!
Me llamo Jorge, y trabajo como diseñador gráfico&web.
twitter.com/jorgeatgu
codepen.io/jorgeatgu
github.io/jorgeatgu
plus.google.com/+jorgeatgu
behance.net/jorgeatgu
Polyfill para IE9 y versiones posteriores. http://leunen.me/fakesmile/
FakeSmile funcionando en IE10/IE11
<circle fill="#FFF" cx="32" cy="32" r="32">
<animate attributename="r" values="32; -32; 64; 32; 0; 32" begin="flickr.mouseover" dur="5s"></animate>
</circle>
<circle fill="#0D65D3" cx="20.9" cy="32" r="9.9">
<animate attributename="r" values="32; -32; 64; 32; 0; 32" begin="flickr.mouseover" dur="5s"></animate>
</circle>
<circle fill="#FF0080" cx="44.8" cy="32" r="9.9">
<animate attributename="r" values="32; -32; 64; 32; 0; 32" begin="flickr.mouseover" dur="5s"></animate>
</circle>
DEMO CodePen
Problemas(en FF) si no completamos el path donde gira el elemento
DEMO MDN DEMO CodePen