Tweaks to flash-on/off

This commit is contained in:
2016-09-22 16:43:19 +02:00
parent 4b9b53a53c
commit e2db647c20
7 changed files with 86 additions and 18 deletions

View File

@@ -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')