Search and Top Navigation
#10718 open bug ()
Opened December 06, 2014 07:20AM UTC
Last modified December 06, 2014 04:58PM UTC
Effect: .finish() doesn't end animation
| Reported by: | jakecigar | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | none |
| Component: | ui.effects.core | Version: | 1.11.2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Is .finish supposed to halt an effect? It doesn’t. But .stop does.
http://plnkr.co/edit/ijcGvxYe4oJERuOkhIMG?p=preview
var $finish=$("#finish")
$finish.effect("highlight", {}, 9000);
setTimeout(function(){
$finish.finish()
},1000)
Attachments (0)
Change History (1)
Changed December 06, 2014 04:58PM UTC by comment:1
| status: | new → open |
|---|---|
| summary: | .effect doesn’t .finish → Effect: .finish() doesn't end animation |
Huh this does seem like an issue. I'm curious if the effects rewrite affects this.