FlipClock icon indicating copy to clipboard operation
FlipClock copied to clipboard

How to properly destroy a running flipclock instance?

Open tsummerall opened this issue 5 years ago • 2 comments

I have a use case where I want to allow users to create and destroy multiple flipclocks on a page.

Is there an approved way to unmount a running flipclock, stopping the timeout functions and triggering whatever other garbage collection is necessary?

tsummerall avatar May 12 '20 22:05 tsummerall

I would also like to know.

Dror-Bar avatar Sep 07 '20 09:09 Dror-Bar

There is a stop() function associated with each timer instance

tbone849 avatar Nov 21 '20 14:11 tbone849