I was wondering if anyone could tell me what Animate.js class does?
It seems like a standard front page package class.
There's no commenting on it so it's really hard to follow.
Also when using this class, my web page does not displays things correctly when calling this class by:
<script language="JavaScript1.2" fptype="dynamicanimation" src="/JavaScript/Animate.js">
However, it does display correctly when it's written:
<script language="JavaScript1.2" fptype="dynamicanimation" src="file:///JavaScript/Animate.js">
Can anyone tell me why this is so?