Create flip animation with origami - quartz-composer

How to create 3d card flip animation with Facebook origami. I have tried so much and I couldn't find a way to do this any help would be really appreciated.
Please check the sample video provided on this question

Related

Advanced slideshow with one page divided in 6x4, press to view more info

I want to create a slideshow with this aspect:
http://i.stack.imgur.com/f7JfI.png
One of the pages of the slideshow should be divided in 6 squares per line, there are 4 lines, each square is clickable and should trigger a animation like the one that is on the image when the mouse hovers on one square.
There are guides and etc for slideshows, but not for this i want to make, i didnt find any.
Help is highly appreciated.
Without seeing your code, it's a bit difficult to help. However, I found two resources which may be able to help you. They explain how to build slideshows with JavaScript and CSS. From there, you can build each slide individually and add the properties you want through a simple table that takes advantage of animation.
This resource shows you how to build each slide from the ground up in a nice way. This one in merely source code on a fancy, animated slideshow, but certainly interesting and the code may shed some light on your own problem.
I hope that helps!

Html 5 Canvas Particle effect

hey guys I need guidance to recreate a wonder full effect which I saw in a website
Fifty-five.com . After the pre-load is over you will see the company's logo in a canvas.
I have have been successful in creating the particle in a canvas but what math goes into linking the particles to create a mesh like structure on mouse over the canvas ?
I have found this http://cssdeck.com/labs/html5-canvas-particles-web-matrix Maybe you can add some mouse interactivity. Please show here the final result.
NOTE: I am not expert in this thing.
Have a look at particles.js:
http://vincentgarreau.com/particles.js/
https://github.com/VincentGarreau/particles.js/
Their home page has a similar effect to that used on the Fifty-five.com site you mention.
You can enable "line_linked" to link the particles.
I hope this helps.

AS3 creating a circle and expanding it by holding the mouse down

The title says it all, I don't know how to code a code that creates a circle, expanding it is no problem, I need help knowing what to code in order for it to be created. Please help :)
Look at the graphics routines in the display class:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/Graphics.html
it has examples too.

html 5 css stickman example

Trying to draw a basic stick man in html 5 css that walks. If anyone has any sample code that achieves this or can point me to a tutorial that does I would be grateful. (please note I have seen the tutorials on drawing shapes)
Thanks in Advance
Sencha animator gives a GUI similar to Flash for animating in HTML5 with CSS3. Should make life a lot easier.

Where can I find a straight-forward tutorial on creating ActionScript 3.0 fading rollovers that assumes you know nothing about Flash? (CS5)

I am a retoucher and when I post my pictures on my website I want visitors to be able to roll over the picture and have it fade to the original unretouched version and when they move the mouse away I want it to fade back to the retouched.
In my search I have found guides on deviant art for Actionscript 2.0 and for ActionScript 3.0 but the AS 3.0 one i found does not include the fade effect i want to achieve. Google has also helped me find some tutorials but they are too advanced for me to understand. If someone could show me where to find a beginner's tutorial using flash cs5 on this that would be great thank you!
Question,
So you plan to use external images and have them dynamically loaded making it easy to change them at a later date or do you plan to have a swf with the images embedded?