Closed Thread Icon

Preserved Topic: Animation Effects (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18464" title="Pages that link to Preserved Topic: Animation Effects (Page 1 of 1)" rel="nofollow" >Preserved Topic: Animation Effects <span class="small">(Page 1 of 1)</span>\

 
psych3
Nervous Wreck (II) Inmate

From: Australia
Insane since: Feb 2001

posted posted 12-06-2001 07:15

Been fooling with some animation effects, thought a few of you may enjoy these
http://dhtmlnirvana.com/test/animatetest.htm

----------------------
Eddie Traversa
DHTML NIRVANA
Multiple Award Winning Sites
Macromedia Resources & Various Other Goodies.
http://www.dhtmlnirvana.com/
--------------------------
Dynamic XHTML Developers Guide
Currently being written by Jeff Rouyer and little ol me
Let you know about a firm release date as soon as I know.
-----------------------------

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 12-06-2001 08:32

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

psych3
Nervous Wreck (II) Inmate

From: Australia
Insane since: Feb 2001

posted posted 12-06-2001 08:50

sure ill leave it up for a few days as i am gathering bug reports and need to tweak the speeds for win 2000. Not sure why it wouldnt work in IE5.5 though.

----------------------
Eddie Traversa
DHTML NIRVANA
Multiple Award Winning Sites
Macromedia Resources & Various Other Goodies.
http://www.dhtmlnirvana.com/
--------------------------
Dynamic XHTML Developers Guide
Currently being written by Jeff Rouyer and little ol me
Let you know about a firm release date as soon as I know.
-----------------------------

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 12-06-2001 11:24

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 12-06-2001 18:06

InI, all pages hosted on @Home have been removed, since @Home has been shut down...


InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 12-06-2001 18:30

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

Dark
Neurotic (0) Inmate
Newly admitted
posted posted 12-07-2001 04:03

I see it just fine Windows XP/IE6

RoyW
Bipolar (III) Inmate

From:
Insane since: Aug 2001

posted posted 12-07-2001 05:29

Hi,
I know I am fairly new to these forums. I have posted a few things but I have been doing DHTML animation for some time now and I notice the people here certainly do things different so I thought I would ask a couple of questions.

1)psych3 - in your demo page you have animationSetup. One of the parameters is "delay". In the code I saw you set this to '10' for the demo's. Im my mind 1000/10 = 100. This means you are trying to execute the animation at 100 Frames Per Second? (I have a P1000 running windows ME and the animations seem to run really fast)


2)Is it really neccessary to implement double buffering using javascript when (as of JavaScript 1.2) there is the window.offscreenBuffering property?



[This message has been edited by RoyW (edited 12-07-2001).]

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 12-07-2001 09:59

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

RoyW
Bipolar (III) Inmate

From:
Insane since: Aug 2001

posted posted 12-07-2001 16:54

Wow,
I just spent some time analysing your code. That is some cool coding. I learned something new

dataArray[i] = {attribute1:attr1,attribute2:attr2};

I never knew you could initialse a data element to an object in this way. Efficient! I always used a constructor. (well used to use a constructor )

I also notice you use something like this

this["left"] = value;
this["top"] = value;
Just wondering if there is any reason?
( Is it faster than
this.left = value;
this.top = value; )


« BackwardsOnwards »

Show Forum Drop Down Menu