Manipulating Images using jQuery (or other library)
I'm searching for a plugin, library or just a custom JS function that w开发者_开发知识库ill 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!
I'm not sure of any plugin that does that, but I'd recommend learning about the canvas
element and its JavaScript API.
精彩评论