Skip to main content

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 tj.vantoll comment:1

status: newopen
summary: .effect doesn’t .finishEffect: .finish() doesn't end animation

Huh this does seem like an issue. I'm curious if the effects rewrite affects this.