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 comment:1
component: | ui.core → effects.core |
---|---|
summary: | switchClass and CSS3 Transform → Class animation: Add support for transformations |
type: | bug → feature |
Changed June 28, 2011 04:31PM UTC by comment:2
status: | new → open |
---|
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 comment:3
resolution: | → wontfix |
---|---|
status: | open → closed |
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 comment:4
milestone: | TBD |
---|
Milestone TBD deleted