Tweaks to flash-on/off
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
var target = this;
|
||||
this
|
||||
.addClass('flash-on')
|
||||
.delay(200) // this delay is linked to the transition in the flash-on CSS class.
|
||||
.delay(1000) // this delay is linked to the transition in the flash-on CSS class.
|
||||
.queue(function() {
|
||||
target
|
||||
.removeClass('flash-on')
|
||||
|
Reference in New Issue
Block a user