Topic: tiny effect: rotating text ( using IE's Filters ) (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Norway |
posted 04-21-2007 12:35
Hi, |
Paranoid (IV) Inmate From: Cold Sweden |
posted 04-21-2007 19:50
This is 281 bytes. Works in IE6. Untested in other versions. code: <body onload=`C=Math.cos;a=setInterval("b='P01_ROTATOR_';for(i=0;i<12;B.innerHTML=b)b+='<p style=position:absolute;left:'+(30-11*C(a+2))+'%;top:'+(30-20*C(a-9))+'%;FILTER:progid:DXImageTransform.Microsoft.Matrix('+C(a+=.52)+','+(s=C(a+8))+','+s+','+C(a)+'>'+b.charAt(i++)",9)`id=B>
|
Paranoid (IV) Inmate From: Norway |
posted 04-21-2007 20:05
do the letters rotate individually in your version of IE6, because with your script they don't here ( IE6.0.2800.1106.xpsp2.040919-1003 ) |
Paranoid (IV) Inmate From: Cold Sweden |
posted 04-21-2007 20:17
Oh, sorry, I'm stupid. I use IEs 4 Linux on Ubuntu. Those filters probably requires Windows. The fact that moving the letters around in a circle shouldn't require a filter didn't hit me. (I probably would've figure out if I'd visited the first link though). |
Paranoid (IV) Inmate From: Norway |
posted 04-21-2007 20:25
Indeed those filters only works on Windows and IE5.5+ |