473,657 Members | 2,680 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Animation: Flash is smooth/ DOM is jerky

Hi,

Is there any way to make DOM scripted animation smoother? Flash is far
superior in this area. Any one here know what makes Flash so smooth by
comparison?

I don't like the fact that the standards based world is so far behind
the Flash based stuff in some areas (animation and server push in
particular)

Thanks,
Peter

May 18 '06 #1
4 2785

pe**********@gm ail.com wrote:
Hi,

Is there any way to make DOM scripted animation smoother? Flash is far
superior in this area. Any one here know what makes Flash so smooth by
comparison?
I find it difficult to know exactly what you mean without examples of a
flash movie and a dhtml ? animation effect done with script. Just to
start with, a flash, wmv, Real, or QT movie often uses a much higher
frame rate than the rate at which a dhtml animation image is moved. You
could make a dhtml animation much smoother than normal if you used many
more and smaller steps in the motion. At some point you will run into a
wall of how fast you can change position depending on the image size,
the bandwidth of the connection to the web, and the speed of the
computer used. Of course really smooth motion of high resolution images
is best done on a fast broadband connection.
I don't like the fact that the standards based world is so far behind
the Flash based stuff in some areas (animation and server push in
particular)


I and others find that most flash, wmv, Real, QT and other movie
formats can be handled with code that is completely W3C standards
valid, all the way up to xhtml 1.1. You would never know that by
looking at some of the non-standard trash code given on some of the
sites of developers of the various movie formats. It would be better
said that the developers of many of the movie formats are far behind
the current state of official web standards, although this need not be.
In some cases, some developers likely do not care about standards as
long as their code works - at least on their own browsers and/or
players, if they make them.

May 18 '06 #2

cwdjrxyz wrote:
pe**********@gm ail.com wrote:
Hi,

Is there any way to make DOM scripted animation smoother? Flash is far
superior in this area. Any one here know what makes Flash so smooth by
comparison?


I find it difficult to know exactly what you mean without examples of a
flash movie and a dhtml ? animation effect done with script.


Sorry, I didn't really mean movies. I meant interactive stuff like drag
and drop or video games. The flash stuff I've seen is very smooth. The
DHTML stuff is very jerky. With DHTML when dragging, the draggable item
plays jerky catch up with the cursor rather than staying under the
cursor smoothly all the time. Is there a way to make the DHTML of drag
and drop smoother?

Thanks,
Peter

May 18 '06 #3
pe**********@gm ail.com wrote:
cwdjrxyz wrote:
pe**********@ gmail.com wrote:
Hi,

Is there any way to make DOM scripted animation smoother? Flash is far
superior in this area. Any one here know what makes Flash so smooth by
comparison ?


I find it difficult to know exactly what you mean without examples of a
flash movie and a dhtml ? animation effect done with script.

Sorry, I didn't really mean movies. I meant interactive stuff like drag
and drop or video games. The flash stuff I've seen is very smooth. The
DHTML stuff is very jerky. With DHTML when dragging, the draggable item
plays jerky catch up with the cursor rather than staying under the
cursor smoothly all the time. Is there a way to make the DHTML of drag
and drop smoother?

Which methods have you tried?

--
Ian Collins.
May 18 '06 #4

Ian Collins wrote:
With DHTML when dragging, the draggable item
plays jerky catch up with the cursor rather than staying under the
cursor smoothly all the time. Is there a way to make the DHTML of drag
and drop smoother?

Which methods have you tried?


Good point. I haven't tried anything too intelligent. Just
repositioning the element to the current cursor location after on a
mouse move. However I think the frame rate/redraw rate must be relative
low because of this example

http://developer.yahoo.com/yui/examp...tion_plus.html

Peter

May 18 '06 #5

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

Similar topics

5
7189
by: Sura | last post by:
Hi I have designed a simple DHTML menu which comes over a flash animation when it appears. I have set the window mode as transparent in the flash project. This menu is showing fine when seen with IE, Netscape, Firefox. Yet in Opera the menu is going behind the flash animation. Can anyone suggest a solution to solve this issue. Thanks
3
2081
by: James | last post by:
Hello, I'm new to c# and have created an animation which draws directly to the window, it uses the code below which all works. I would like to know if this is the 'correct' way to do it - or would an experienced c# programmer do it another way? This part defines the screen and the graphics pad I'm drawing to: Graphics screen = CreateGraphics(); Graphics drawpadg = Graphics.FromImage(drawpad);
1
1776
by: softwaredeveloper | last post by:
Hi friends, I am very new here, could you please give me some suggestions? Is FLASH the right technology? Or if there is any better solution? Purpose - To generate multiple simple moving objects like a box on my website that can move from left to right and up/down. The moving objects have to be dynamically generated according to different products and the sharps are a little bit different.
1
7339
by: Bishman | last post by:
Hi, I have been trying to get text to scroll smoothly accross a windows form using GDI+ and a timer. Changing the position of the text by a configurable amount and calling invalidate to force a redraw at various intervals ( based on the timer ). The text is not moving that smoothly, it seems very jerky, no matter what combination of timings and pixel amounts to move so I have looked at other code and posts and they all seem to have the...
0
1423
by: John Devlon | last post by:
Hi, I've created a small application in Visual basic .NET. On the welcome form, visual at statup for a few seconds, I would like a flash animation. Does anyone know how to add a custom flash animation to a form ? Thanx
2
14963
by: keeplearning | last post by:
Hi Friends ! Please view this ANIMATION . I want to control this animation with a play and pause button . when clicked on play button , the animation should start playing . and when clicked on pause button , the animation should stop on the frame on which pause button has been clicked . Please help friends .
1
1985
techtherapy
by: techtherapy | last post by:
Hi Guys quick question regarding transitioning between sections of a movie. So far this is what I have animated: http://technologytherapy.com/veeq/flash/test.html (click the boxes in the center) When I showed this to the client they asked if it could be a little smoother animated between window clicks. This is especially difficult for me since this is a homage to Coverflow in a sense and the client has seen such as an example of what...
3
3315
by: akshaycjoshi | last post by:
I have set an animated GIF in a picture box and i set it's visible property to true when the loading occurs but the image kind of freezes The animations is not smooth when the dataabse is being quried.What to do ?
8
5532
by: DelphiCoder | last post by:
As part of familiarizing myself with the Win32 API, I wrote a simple animation program in C. The program has a struct for each bitmap, holding information such as its location, visibility, mask (for transparency), etc. Then I have a separate thread running that has a WHILE loop that looks like this: WHILE (TRUE) { /* update all structs (bitmap locations, etc) */ SleepEx(iSpeed, FALSE); InvalidateRect(hwnd, lpRect, TRUE); }
0
8407
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8739
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8512
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8612
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5638
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4171
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2739
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1732
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.