As no-one else has added this as a feature request and my skills arent up to it myself, it would be great to see the scaling functionality implemented as documented here:

http://razorjack.net/quicksand/docs-and-demos.html
http://www.zachstronaut.com/posts/2009/08/07/jquery-animate-css-rotate-s...
http://github.com/zachstronaut/jquery-animate-css-rotate-scale/

Comments

memoo’s picture

Scaling would be great!

sonictruth’s picture

To get scaling to work all you have to do is download the
jquery-css-transform.js plugin: https://github.com/zachstronaut/jquery-css-transform
and
jquery-animate-css-rotate-scale.js plugin: https://github.com/zachstronaut/jquery-animate-css-rotate-scale/

and add them to your theme's .info file like so:

scripts[] = js/jquery-css-transform.js
scripts[] = js/jquery-animate-css-rotate-scale.js

Flush the cache and it should just work :)

thomas.lobjoie’s picture

@ sonictruth : Merci beaucoup !!!

sam152’s picture

Status: Active » Closed (works as designed)

I will mark this as fixed. In the module the 'useScaling' setting is set to TRUE meaning that if you would like to use this feature, you need only include the files as mentioned above.

This may however be valuable as a configuration option. It can be placed on the roadmap after we have a stable release.