Skip to content

Commit

Permalink
Fix Bug starting minimized (pqina#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilaindustrymedia committed Apr 7, 2022
1 parent 16d5c91 commit 5f703a5
Show file tree
Hide file tree
Showing 21 changed files with 14,859 additions and 1,341 deletions.
2 changes: 1 addition & 1 deletion dist/flip.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@

/*
* @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
* Copyright (c) 2020 PQINA - https://pqina.nl/flip/
* Copyright (c) 2022 PQINA - https://pqina.nl/flip/
*/
/**
* Layout
Expand Down
8 changes: 4 additions & 4 deletions dist/flip.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ if (!Object.keys) {

/*
* @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
* Copyright (c) 2020 PQINA - https://pqina.nl/flip/
* Copyright (c) 2022 PQINA - https://pqina.nl/flip/
*/
(function(root, undefined) {
'use strict';
Expand Down Expand Up @@ -4151,15 +4151,15 @@ var setTimer = function setTimer(cb) {
// listen for changes in visibility
startListeningForVisibilityChanges();

// the moment the timeout should end
tickExpectedTime = now$2() + interval;

// stop here if document is hidden at start time
if (isDocumentHidden()) {
didHideDocument();
return;
}

// the moment the timeout should end
tickExpectedTime = now$2() + interval;

// start ticking
timer = setTimeout(function () {
tick();
Expand Down
2 changes: 1 addition & 1 deletion dist/flip.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/flip.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tick.view.flip.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
* Copyright (c) 2020 PQINA - https://pqina.nl/flip/
* Copyright (c) 2022 PQINA - https://pqina.nl/flip/
*/
define(function() {
if (!module) {
Expand Down
2 changes: 1 addition & 1 deletion dist/tick.view.flip.commonjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
* Copyright (c) 2020 PQINA - https://pqina.nl/flip/
* Copyright (c) 2022 PQINA - https://pqina.nl/flip/
*/
module.exports = (function() {
if (!module) {
Expand Down
2 changes: 1 addition & 1 deletion dist/tick.view.flip.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
* Copyright (c) 2020 PQINA - https://pqina.nl/flip/
* Copyright (c) 2022 PQINA - https://pqina.nl/flip/
*/
/**
* Layout
Expand Down
2 changes: 1 addition & 1 deletion dist/tick.view.flip.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
* Copyright (c) 2020 PQINA - https://pqina.nl/flip/
* Copyright (c) 2022 PQINA - https://pqina.nl/flip/
*/
(function(root, undefined) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/tick.view.flip.global.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tick.view.flip.jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @pqina/flip v1.8.0 - A Beautifully Animated Flip Clock
* Copyright (c) 2020 PQINA - https://pqina.nl/flip/
* Copyright (c) 2022 PQINA - https://pqina.nl/flip/
*/
(function($) {
'use strict';
Expand Down
Loading

0 comments on commit 5f703a5

Please sign in to comment.