Chris Bornhoft
Chris Bornhoft

Reputation: 4301

Manipulating Images using jQuery (or other library)

I'm searching for a plugin, library or just a custom JS function that will enable the manipulation of images so that they look like they're winding around a roll of paper.

If it's hard to imagine, think of a paper towel roll standing up spinning. I already know of jQuery Roundabout but that only moves the images. I need them to actually be distorted as they roll around. I can't seem to find anything of the sort.

Thanks!

Upvotes: 0

Views: 447

Answers (1)

alex
alex

Reputation: 490657

I'm not sure of any plugin that does that, but I'd recommend learning about the canvas element and its JavaScript API.

Upvotes: 1

Related Questions