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?

Recommended Answers

All 2 Replies

Looks like you just nick something from somewhere :cheesy: and don't know what to do with it :?:

js stand for JavaScript which is external (not included in content of site).
What you have to do is downloadied and post it here and we will see what can be done.

I didn't "Nick" anything. I have to reverse engineer a system that someone else wrote. Googling Animate.js came up with a whole lot of information, just not what I was looking for. That's why I thought it was a standard template.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.