I work for a small website building company, and on one of our websites we have flash animations in a banner. The animation is quite short - 4 megabytes. Recently, a client requested a site restore in which the animated header will be included again. We thought about this without creating a title in Flash (or actually creating it in a flash, since none of us can make flash), but creating it ourselves in Javascript (with jQuery (). Animimate () and plugins).
It is a bad idea? Is flash better for animated title? I understand that you have more options, but you also require users to download a flash player, while Javascript is widely available.
In addition, this is a fairly simple animation, it mainly consists of text input and output, and some images move and disappear.
It should be pretty simple using jQuery rights (I believe that I am very experienced with jQuery), why do we choose the javascript / jQuery aproach flash approach?
Also, if we choose the Javascript approach, what is the best way to make sure that the animation does not affect anything else on the page? Performs full animation in absolutely div position, does the trick?
Edit
When I said the banner, I meant Header.
source share