473,382 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Need documentation for "animate.js"

Hello all;

I've been able to locate, and download, the source for "animate.js" from a
number of web sites, but have not been able to find *any* documentation on
this script.

Does anyone have any docs, or point to where they are? (I've tried about a
dozen different search term combinations on google -- but no joy!!)

TIA

Charles...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.674 / Virus Database: 436 - Release Date: 5/2/04
Jul 23 '05 #1
5 3435
Charles Crume wrote:
Hello all;

I've been able to locate, and download, the source for "animate.js" from a
number of web sites, but have not been able to find *any* documentation on
this script.

Does anyone have any docs, or point to where they are? (I've tried about a
dozen different search term combinations on google -- but no joy!!)

TIA

Charles...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.674 / Virus Database: 436 - Release Date: 5/2/04


Wow... that is a vague request. Any one can write a file, and call it
"animate.js". As far as I can tell, MS FrontPage includes a file called
"animage.js". Is this the file you are looking for?

If this is the case, it probably does not have documentaiton. It is
probably used with WYSIWYG controls, and auto-generated code.

But without having any clue to what you are really talking about, this
is the best I can do. Can you post a link to the code? Do you know its
origins?

Brian

Jul 23 '05 #2
Hi Brian;

"Brian Genisio" <Br**********@yahoo.com> wrote in message
news:40********@10.10.0.241...
Wow... that is a vague request. Any one can write a file, and call it
"animate.js". As far as I can tell, MS FrontPage includes a file called
"animage.js". Is this the file you are looking for?


Vague?? No kidding!! I found the code, but no documentation, I have no idea
about its origins, nor who wrote it. But I gotta start somewhere, right?

I do not know whether it is the file included with MS FrontPage, but here is
a link to the file I found:

http://www.charlescrumesoftware.com/animate.js

Thanks

Charles...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.674 / Virus Database: 436 - Release Date: 5/2/04
Jul 23 '05 #3
Charles Crume wrote:

Vague?? No kidding!! I found the code, but no documentation, I have no idea
about its origins, nor who wrote it. But I gotta start somewhere, right?

I do not know whether it is the file included with MS FrontPage, but here is
a link to the file I found:

http://www.charlescrumesoftware.com/animate.js


Ok, at the top of the script, it says the following:

// See KB article about changing this dynamic HTML

After doing a Google search on this, I was able to figure out that KB
means Knowledge Base, aka MSDN Knowledge base.

http://msdn.microsoft.com

From there, I searched for animate.js, and sure enough, a bunch of
hits, though none are actual documentation.

There is probably a good reason for this. The code is not yours to use.
It is Microsoft's code, and you can use it, if Front Page includes it
for you.

Brian

Jul 23 '05 #4

"Brian Genisio" <Br**********@yahoo.com> wrote in message
news:40******@10.10.0.241...
Ok, at the top of the script, it says the following:

// See KB article about changing this dynamic HTML

After doing a Google search on this, I was able to figure out that KB
means Knowledge Base, aka MSDN Knowledge base.

http://msdn.microsoft.com

From there, I searched for animate.js, and sure enough, a bunch of
hits, though none are actual documentation.
Yea, I know -- I found the same hits -- but no documentation.
There is probably a good reason for this. The code is not yours to use.
It is Microsoft's code, and you can use it, if Front Page includes it
for you.


Oh well, It looked like a real good script to animate gif images.

Thanks for the help.

Charles...

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.674 / Virus Database: 436 - Release Date: 5/2/04
Jul 23 '05 #5
Charles Crume wrote:

Oh well, It looked like a real good script to animate gif images.

Thanks for the help.

Charles...


Hmmmm... All you need is to animate gifs? Dont do it with Javascript.
Use animated gifs!!! The GIF file format has it built in to do
animations. Download a GIF animation tool that will put them together
in a single file.

Doing it this way has many advantages:
1. A single, more compressed file
2. More fluid animation
3. Does not require the browser to have Javascript turned on

Brian

Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Derek Ross | last post by:
Hello, Say I have a server that's saving the CPU temperature to 'temperature.js' once a second. The contents of the file is one single line: var temperature = "35.5"; And it changes as...
4
by: Dmitry | last post by:
Hello, Sometimes on js code execution Mozilla 1.5 prints in JS concole the following error: "Error: fn is not defined" where "fn" is the function name surely defined _before_ the line that...
10
by: Blue® | last post by:
I would like to call the content of content.htm (containing only HTML codes) into index.htm. This is usually done by renaming index.htm to index.shtml and use this tag: <!--#include...
7
by: RFS666 | last post by:
Hello, I would like to use variables with a type in jscript.NET. I declare them as follows: var x : double = 5.03; This doesn't work in my script, that I write to the page in codebehind with...
2
by: eschl | last post by:
Doesn't "prototype.js" support the "responseXML" property of the XMLHttpRequest object? var url = "test.jsp"; var pars = ""; var myAjax = new Ajax.Request(url, {method: 'get', parameters:...
1
by: santhoskumara | last post by:
suppose i have two javascript file, where my jsp page need both the .js file. how will i import to my page. whether i need to put a two script tag and mention the path value in the src attribute...
9
by: Mahernoz | last post by:
Hello Friends, The JavaScript File exmplmenu_var.js contains the code... (for the sake of brevity i am showing only that code which needs to be changed) I am actually developing a menu using...
3
by: joe | last post by:
Is it OK to have multiple: <script type="text/javascript" src="funcs1.js"></script> <script type="text/javascript" src="funcs2.js"></script> <script type="text/javascript"...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.