animation speed on vault logo
This commit is contained in:
parent
8a59cb53bb
commit
a64c47b9d3
|
@ -40,7 +40,7 @@ DotLockup = Base.extend({
|
|||
animateOff: function(){
|
||||
var deferred = $.Deferred();
|
||||
|
||||
this.updateEachKeyClass('full off', '', 1250, 150, deferred.resolve, true);
|
||||
this.updateEachKeyClass('full off', '', 1000, 150, deferred.resolve, true);
|
||||
|
||||
return deferred;
|
||||
},
|
||||
|
@ -51,7 +51,7 @@ DotLockup = Base.extend({
|
|||
len = _this.$keys.length,
|
||||
presses = _this.randomNumbersIn(len),
|
||||
delay = 250,
|
||||
interval = 1000;
|
||||
interval = 600;
|
||||
|
||||
for(var i=0; i < len; i++){
|
||||
(function(index){
|
||||
|
|
|
@ -94,8 +94,8 @@
|
|||
animation-name: press;
|
||||
-webkit-animation-name: press;
|
||||
|
||||
animation-duration: 1s;
|
||||
-webkit-animation-duration: 1s;
|
||||
animation-duration: 600ms;
|
||||
-webkit-animation-duration: 600ms;
|
||||
|
||||
animation-timing-function: ease;
|
||||
-webkit-animation-timing-function: ease;
|
||||
|
|
Loading…
Reference in New Issue