#4250 closed feature (wontfix)
Add callback at beginning of effects
Reported by: | mercenary | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.6 |
Component: | ui.effects.core | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I having been using the plugin and effects such as explode, fold, shake. I am web developer and would welcome a way for the effects to play a sound. If possible could you please post an example. I have tried on a few occasions using the library [Here]http://www.blog.mediaprojekte.de/webdevelopment/add-sound-effects-to-html-with-javascript-and-flash/#comment-191623.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Component: | ui.core → effects.core |
---|
comment:3 Changed 14 years ago by
Milestone: | TBD → 1.next |
---|
comment:4 Changed 13 years ago by
Summary: | sound to jquery ui effects → Add callback at beginning of effects |
---|---|
Type: | bug → feature |
comment:5 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I wouldn't want to add additional callbacks for when an effect is used that doesn't exist for all animations. If this is truly needed, the user can proxy the effect method to support a before callback or trigger an event.
comment:6 Changed 10 years ago by
Milestone: | 1.next → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
I think we could reasonably assist by having effects trigger an event at the start of the effect. The playing of sound would be handled outside of jQuery UI, by a callback function.