Search and Top Navigation
#4250 closed feature (wontfix)
Opened February 28, 2009 09:13AM UTC
Closed November 15, 2009 02:08AM UTC
Last modified October 03, 2012 04:55PM UTC
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.
Attachments (0)
Change History (6)
Changed March 02, 2009 09:46AM UTC by comment:1
Changed March 18, 2009 10:42AM UTC by comment:2
component: | ui.core → effects.core |
---|
Changed March 25, 2009 04:37PM UTC by comment:3
milestone: | TBD → 1.next |
---|
Changed September 18, 2009 03:15AM UTC by comment:4
summary: | sound to jquery ui effects → Add callback at beginning of effects |
---|---|
type: | bug → feature |
Changed November 15, 2009 02:08AM UTC by comment:5
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.
Changed October 03, 2012 04:55PM UTC by comment:6
milestone: | 1.next → 1.6 |
---|
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.