animation speed on vault logo

This commit is contained in:
captainill 2015-03-16 14:35:57 -07:00
parent 8a59cb53bb
commit a64c47b9d3
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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;