2

I'm trying to flip an image in a Yahoo! Widget. They don't support CSS transform, an HTML DOM, canvas or WebGL.

How can I flip an image using JavaScript, without access to any APIs those technologies would provide?

2
  • I've tried to edit this question for clarity. I'm assuming that the original "now chance" was a typo for "no chance". Commented Mar 7, 2012 at 10:28
  • 1
    thanks for all of your replies. But the problem is there is no support for DOM, canvas. Then How I can achieve this....? Commented Mar 8, 2012 at 6:13

2 Answers 2

2

Maybe you should take a look at http://raphaeljs.com/.

Raphaël currently supports Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ and Internet Explorer 6.0+.

Sign up to request clarification or add additional context in comments.

1 Comment

Quoting support for a collection of browsers that aren't Yahoo! Widgets when the question specifically states that is the target platform isn't too useful (unless accompanied by a reference that shows Y!Ws using the same engine as one of those browsers).
1

Give raphael.js a whirl, it can do this sort of thing. Think it uses canvas.

There's a demo of it doing rotation: http://raphaeljs.com/image-rotation.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.