#5804 closed feature (wontfix)
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
Change History (4)
comment:1 Changed 13 years ago by
Component: | ui.core → effects.core |
---|---|
Summary: | switchClass and CSS3 Transform → Class animation: Add support for transformations |
Type: | bug → feature |
comment:2 Changed 12 years ago by
Status: | new → open |
---|
comment:3 Changed 10 years ago by
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.
Note: See
TracTickets for help on using
tickets.
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...