Ah gotcha. Sorry I don't know if this is possible in jquery. If I needed to do it I'd probably produce the image server side beforehand and then use jquery to just show the one and hide the other.
2009/6/11 David .Wu <chan1...@gmail.com>: > > Thanks for your kindly response, but I only want to make a image > horizontal flip by click a button, no need animation. > > On 6月11日, 下午5時01分, Michael Smith <smi...@gmail.com> wrote: >> If you're trying to do what I think you're trying to do then I think >> you can do it with the jquery cycle plugin by transitioning to an >> identical image. >> >> I did this on the right hand image on this example: >> >> http://dev2.savingforchildren.co.uk/mjs/curtain2.epl >> >> Perhaps there's an easier way but I don't know of it. >> >> Michael >> >> On Wed, Jun 10, 2009 at 1:27 PM, David .Wu<chan1...@gmail.com> wrote: >> >> > Can I make image vertical or horizontal flip by jQuery?