简体   繁体   中英

HTML5 / CSS3 Animation

The other night I had the iTunes Visualizer (new not classic) playing. I started to think and wonder if it is possible to create a similar style type effects for transitioning of div or other tags to create a flashy effect. Here is the catch, while I assume something of that sort can be done in Flash is it possible to do it without flash and use HTML5, CSS3, Javascript, etc. ?

I know some amazing effects can be created. After some searching I have not found anything but I ask here two questions:

  1. Can something similar to the iTunes visualizer be done?
  2. If possible, How?

(Note: While I would love to support all browsers I am looking for if it is possible even if not supported in all browsers.)

Here's a nice tutorial on creating visuals using HTML5:

http://thecodeplayer.com/walkthrough/make-a-particle-system-in-html5-canvas

Yes, it can all be done (possibly better) sans Flash.

Take a look at CSS3 transformations , Raphael.JS , and HTML5 Canvas .

Best of luck!

The iTunes visualiser is seriously flashy. It's a big pill to swallow, but you're best off looking at WebGL . You may very much enjoy looking into Three.js .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM