[svg-developers] How to animate display...

2006-03-02 Thread Joshua Woodward
I am making a virtual MAC OS in SVG. Nothing revolutionary or anything, but I just want to make it appear that you are using a MAC. I currently have it where, when you click on File at the top it opens. Then when you click on View, Edit, or any of the other menu options the file menu goes awa

[svg-developers] Animating "display"

2006-02-21 Thread Joshua Woodward
I am making a virtual Mac in SVG. I have a problem with the menu at the top. I have it set so if you click on "File" at the top, it opens the file menu. Then if you want to get rid of that you can click on the back ground or the top bar. The problem is when I first open the svg file, before I c

[svg-developers] Re: Repeating Visibility animation.

2005-10-20 Thread Joshua Woodward
gt; if(blinkVis=="visible") > blinkerStyle.setProperty("visibility", "hidden"); > else > blinkerStyle.setProperty("visibility", "visible"); > } > > Francis > > --- In svg-developers@yahoogroups.com, "J

[svg-developers] Re: Repeating Visibility animation.

2005-10-20 Thread Joshua Woodward
easiest--- > | > | //--start the blinker via some event, onload, whatever--- > | function startBlinker() { > | BlinkerInterval=setInterval("blinkIt()", 500); } > | > | function blinkIt() > | { > | > | var blinkerStyle=circleBlinker.getStyle(); > | var blin

[svg-developers] Repeating Visibility animation.

2005-10-20 Thread Joshua Woodward
Ok, what I am trying to do is make a circle go from visible to hidden over and over again. I can get it to do it if I have two animations: one that goes from visible to hidden and one that goes from hidden to visible. But I was wondering if I could make one animation that would repeat from hidden t

[svg-developers] begin="accessKey(5)"

2005-08-20 Thread Joshua Woodward
I have created a Periodic Table of Elements in SVG and want to animate each element. Currently when you click any of the elements a rectangle opens up. I plan on putting info on each element there. To close the rectagle, you have to click on an "X." What I want to do is use begin="accessKey(a)" o

[svg-developers] Re: Switching object alignment from left to right...

2004-12-21 Thread Joshua Woodward
size="20">SVGDevelopers > > > > > Regards- > -Heiko > > > --- In [EMAIL PROTECTED], "Joshua Woodward" > <[EMAIL PROTECTED]> wrote: > > > > Is there a way to make x="5" from being 5pt from the left to being

[svg-developers] Switching object alignment from left to right...

2004-12-21 Thread Joshua Woodward
Is there a way to make x="5" from being 5pt from the left to being 5pt from the right. Just like text-align, but for a circle or another basic shape? Foe example, I have a bunch of rectangles lined up as a menu and they all have x="1.85%", so what ever the size of the window they all stay th

[svg-developers] Right, Middle, & Left Alignment or rectangles, circles, etc...

2004-12-20 Thread Joshua Woodward
Greeting, I was wondering if, like Text-align in CSS, there was a way to make a shape appear on the other side. For example when I have x="5", it is 5pt from the right, instead of from the left. What I am trying to do is have a rectangle on the left that has x="1%" and then have one on the

[svg-developers] Right, Middle, & Left Alignment or rectangles, circles, etc...

2004-12-20 Thread Joshua Woodward
then have one on the other side that is 1% away. I hope I am asking this right. If you know of a way to do this or have any othr suggestions, I would be in your debt. Joshua Woodward Http://www.whatthesmurf.net Yahoo! Groups Sponsor ~-->