Opened 8 years ago

Last modified 8 years ago

#10718 open bug

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)

Change History (1)

comment:1 Changed 8 years ago by tj.vantoll

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.

Note: See TracTickets for help on using tickets.