How to get ColorBlend.js top stop

185 Views Asked by At

I'm trying to pause the colorBlend animation on a DOM object like so:

$('#header-container').colorBlend({action: 'stop'})

Nothing's happening. Any ideas?

1

There are 1 best solutions below

0
On BEST ANSWER

From looking at the demos on the colorBlend site, it should be

$('#header-container').colorBlend("stop", "all")