From 5acbaef28fd42c63bca44423262f15211c537429 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 1 Dec 2017 14:03:13 +0100 Subject: [PATCH] tweak animation parameters for faster 'decryption' --- customize.dist/four-oh-four.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/four-oh-four.js b/customize.dist/four-oh-four.js index 64503409e..91752b190 100644 --- a/customize.dist/four-oh-four.js +++ b/customize.dist/four-oh-four.js @@ -69,9 +69,9 @@ define([ }; makeDecryptor(brand, 90, 4, function () { })(); - makeDecryptor(title, 70, 17, function () { })(); - makeDecryptor(link, 20, 12, function () {})(); - makeDecryptor(message, 12, 8, function () { + makeDecryptor(title, 50, 14, function () { })(); + makeDecryptor(link, 20, 10, function () {})(); + makeDecryptor(message, 12, 5, function () { console.log('done'); })(); });