User:Laura Macchini/prototyping/Code Snippets: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "=Code Snippets= * blur fx sgv <source lang= "python"> <rect style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1;stroke-...")
 
Line 2: Line 2:




* blur fx sgv
== blur fx sgv=
<source lang= "python">
<source lang= "python">
<rect
<rect

Revision as of 11:47, 27 October 2011

Code Snippets

= blur fx sgv

<rect
       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
       id="rect3625"
       width="100"
       height="71.428574"
       x="328"
       y="393">

<animate attributeName="opacity" from="1" to="0"
	begin="click" dur="3s" fill="restore" />
	
</rect>