Skip to main content

Search and Top Navigation

#5804 closed feature (wontfix)

Opened July 07, 2010 08:45AM UTC

Closed August 29, 2012 04:40PM UTC

Last modified October 11, 2012 09:15PM UTC

Class animation: Add support for transformations

Reported by: crazydance Owned by:
Priority: minor Milestone:
Component: ui.effects.core Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:
Description

Example:

I'm building a coverflow-like app for the web, making use of the switchClass method to tween between two classes. however, skewing

(Transform: skew(20);) with CSS3 doesn't animate but switches when the animation is complete.

Browser/version: Mozilla Firefox 3.6.7

Operating system: OSX 10.6.4 Snow leopard

jQuery version: 1.4.2

jQuery/UI Vers: 1.8.2

Attachments (0)
Change History (4)

Changed July 07, 2010 12:44PM UTC by scottgonzalez comment:1

component: ui.coreeffects.core
summary: switchClass and CSS3 TransformClass animation: Add support for transformations
type: bugfeature

Changed June 28, 2011 04:31PM UTC by gnarf comment:2

status: newopen

https://gist.github.com/959860 might help solve this... There is still going to need to be some way to loop the cssHooks separately in the style diff function in effects.core...

Changed August 29, 2012 04:40PM UTC by scottgonzalez comment:3

resolution: → wontfix
status: openclosed

This isn't something that class animations need to handle. You just need to define custom $.fx.step implementations for transformations.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted