View Full Version : Logo Manipulation PLEASE HELP!
webintern
12-06-2002, 04:44 PM
Does anyone know a java script code for manipulating a logo, graphic or image to rotate/spin? If so, please clue me in, because so far, not so good:p Is this something that I am going to have to take into a graphics program to manipulate? I thought that at one time I had a code to get this result, but I am at a loss now. If anyone out there can help, I would appreciate it so very much!
:D
mordred
12-06-2002, 05:15 PM
Standard core JavaScript has no native capabilities of image manipulation. I think the closest you get is by employing MS filters:
http://msdn.microsoft.com/workshop/author/filter/reference/reference.asp
krycek
12-06-2002, 05:16 PM
...you can do this in Java, but not in JavaScript.
::] krycek [::
webintern
12-06-2002, 05:30 PM
Originally posted by krycek
...you can do this in Java, but not in JavaScript.
::] krycek [::
How?:confused:
CitznFish
12-06-2002, 09:36 PM
wouldn't it be more efficient to create an animated gif instead?
krycek
12-06-2002, 10:05 PM
There are some Java applets that enable you to manipulate images, however using Java may not be suitable for what you are intending (you will have to decide that!)
I recommend that you ask on the Java forums, because the JavaScript forums are not going to be able to help :)
::] krycek [::
whammy
12-06-2002, 11:33 PM
I would also recommend an animated .gif if you MUST spin an image - however I usually recommend against doing things like that in general on a website as it looks amateurish. :)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.