473,394 Members | 1,852 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,394 software developers and data experts.

What causes the jumpiness?

I have a script that animates a change from horizontal order of list
items to vertical order. It's buggy at the moment, but what I'm
wondering about is whether the animation is smooth on anyone's
computer. The number of "frames" that get skipped is slightly different
in every browser and probably isn't due to the bugs. The animation is
smoothest in Opera. You can test it at
http://www.polisource.com/PublicMisc...animation.html . The
configuration I've been using for testing in different browsers is 10
columns, vertical, and web (the interface prompts you for these
values). Are there minimum system requirements that I could suggest to
users of the script or would the vast majority of today's computers
cause the jumpiness? I'm pretty sure I could change the setTimeout
values to make it smoother, but there would be less simultaneous
movement and I'm curious what other's see in this version.

Sep 19 '06 #1
2 1751
<ba***@polisource.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
I have a script that animates a change from horizontal order of list
items to vertical order. It's buggy at the moment, but what I'm
wondering about is whether the animation is smooth on anyone's
computer. The number of "frames" that get skipped is slightly different
in every browser and probably isn't due to the bugs. The animation is
smoothest in Opera. You can test it at
http://www.polisource.com/PublicMisc...animation.html . The
configuration I've been using for testing in different browsers is 10
columns, vertical, and web (the interface prompts you for these
values). Are there minimum system requirements that I could suggest to
users of the script or would the vast majority of today's computers
cause the jumpiness? I'm pretty sure I could change the setTimeout
values to make it smoother, but there would be less simultaneous
movement and I'm curious what other's see in this version.
What do you mean by "jumpiness" -- a slow transition?

Under IE5.5 it frequently displayed overlapping "frames";
after a little while it stopped and displayed correctly.
Under FF1.5 is was fast and smooth.

Why not ask all three questions in one prompt; for example:

Script Prompt:

Enter number of columns to divide list into (1-20)
Enter "v" for vertical order or "h" for horizontal
Enter "w" to view as a webpage or "s" to view source code.

You could also specify a default value; such as: "1hw".

Also, there is no input validation; any entry is allowed.
Sep 19 '06 #2
McKirahan wrote:
What do you mean by "jumpiness" -- a slow transition?

Under IE5.5 it frequently displayed overlapping "frames";
after a little while it stopped and displayed correctly.
Under FF1.5 is was fast and smooth.
A slow transition is fine. That's completely under my control with
setTimeout. I was wondering about the occasional freezing of the motion
before things would move again, and the list items moving more than one
pixel at a time, which they aren't programmed to do. In FF 1.5, I see
that freezing. If it's smooth for you, I guess a faster computer would
solve the FF problem. Celeron 2.10 GH, 640 MB RAM isn't good enough.
I'm trying to estimate the minimum specs for smooth motion in all the
major browsers.

Why not ask all three questions in one prompt; for example:

Script Prompt:

Enter number of columns to divide list into (1-20)
Enter "v" for vertical order or "h" for horizontal
Enter "w" to view as a webpage or "s" to view source code.

You could also specify a default value; such as: "1hw".

Also, there is no input validation; any entry is allowed.
This animated version of the script was done as kind of a challenge,
not for production, so I'm not worrying about that right now.

Sep 19 '06 #3

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

Similar topics

7
by: Chris | last post by:
A general question here, what causes segmentation faults in malloc? Shouldn't malloc always gracefully fail? Take a look at the gdb core stack trace (from an HP-UX 11.11) Program terminated...
5
by: Carl Sadlier | last post by:
"denotes a 'field' where a 'class' was expected" I am a VB programmer trying to learn Visual C#.
1
by: Philipp Schumann | last post by:
In one of my web developments, the Application_End event occurs several times while a user browses the pages. Because I make use of extensive session tracking and also provide a couple of services...
3
by: Wayne Wengert | last post by:
With most web sites I build that include aspx pages, when the user loads the first aspx page there is a noticeable delay (15 - 30 sec) before it is completely loaded. What causes this. I thought it...
6
by: HLady | last post by:
I have been googling and cannot seem to find the answer I seek so I turn to the group. I have an application where I have been receiving 'Thread was being aborted' error ocasionally. In production...
2
by: Tav | last post by:
this seems to be a very generic error message, and the fact that i have no way of locating what causes the error is frustrating. anyway, i'll be general with my problem. i have a div on my page...
1
by: Mark | last post by:
Hi - I've an asp.net 1.1 web app, which causes JIT errors every time I run it. The error is very vague - Access is Denied - and I can't find any useful information on why it happens, or how to...
2
by: HLady | last post by:
I have a sequence of clicks in my apps that are always causing the session to start again. This is definitely not being caused by a timeout, cause it always happens no matter how long since the...
1
by: John Dalberg | last post by:
What causes a server event to fire when something happens on the client? Say a user changed the gridview's page index, the server side PageIndexChanged event is fires. What makes...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.