Sat Mar 07, 2009 11:25 pm
The easing equations are being done incorrectly. For example:
hs.easing = 'easeInBack';
hs.easingClose = 'easeInQuad';
The hs.easing is correct, but the hs.easingClose is actually producing the 'easeInBack' effect, instead of 'easeInQuad'.
I'm also having trouble with the thumbstrip sizing, but I'm just cobbling together experiments from existing pages, so I'm sure I'm missing something critical. But in brief, a horizontal thumbstrip is resizing the thumbnails, but not preserving their aspect ratio. So, a thumbnail that's actually 144x102 is being resized to 144x40, and is stretched. Does this ring a bell, and can you steer me towards what I should be looking for? If not, I'll see if I can put together a clean working example. The samples provided in the package are working fine, of course.