Dennis Hultin
Dennis Hultin

Reputation: 3

jQuery instead of Flash animation

I'm trying to find a way to replace the flash animaton on this page http://www.autopulsen.se/ into jQuery. I could cut the images out and rotate them with javascript but it would require major changes in code. Basically I want to keep the same look without flash.

Is this possible?

Upvotes: 0

Views: 536

Answers (3)

Raad
Raad

Reputation: 4658

I'll throw in GreenSock Animation Platform:

www.greensock.com/gsap-js

which may be worth a look, especially if there's the option of paying for a commercial license, as that includes a pretty nifty throwProps plugin.

Upvotes: 2

Ryan McDonough
Ryan McDonough

Reputation: 10012

Yes, you can.

Your starting point would be having a look at this site, there are a lot of zoom plugins on there, which is the main feature of that flash menu. Then you would want to chain the JQuery Shake effect, and maybe look at the fade effect.

To achieve the slanted look you will want to use the skew css selector as featured here.

Upvotes: 2

Sahil Popli
Sahil Popli

Reputation: 2003

you can use CSS3 animation but this one i think so good and hard to built in css3 anyway giving you some animation generator

and this one for Inspiration

Upvotes: 0

Related Questions