Update main.js

pull/3/head
Reion Wong committed by GitHub
parent ce3ede07bb
commit 325a7741c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,9 +10,9 @@
"use strict";
var squashEffect = {
duration: animationTime(280),
duration: animationTime(300),
loadConfig: function () {
squashEffect.duration = animationTime(280);
squashEffect.duration = animationTime(300);
},
slotWindowMinimized: function (window) {
if (effects.hasActiveFullScreenEffect) {

Loading…
Cancel
Save