mike
mike

Reputation: 61

Rotate Images in Javascript

How can I rotate a set of images in an ellipse? how to get each point on a ellipse at some center(x,y)point.

Upvotes: 0

Views: 591

Answers (1)

Sampson
Sampson

Reputation: 268492

jQuery has numerous 3d Carousel plugins: http://plugins.jquery.com/search/node/3d+carousel+type:project_project

The first result, Carousel3d, comes with full-operable examples that you can cut/paste from if you're not confident enough to tamper with Javascript directly.

Upvotes: 1

Related Questions