Skip to content

Commit

Permalink
even better ani
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed May 12, 2023
1 parent 6670d1e commit ed58cfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game-review.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Game Review Block
* Description: Add a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.
* Requires PHP: 7.0
* Version: 3.8.1
* Version: 3.8.2
* Author: Marc Tönsing
* Author URI: https://marc.tv
* License: GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: MarcDK
Tags: block, review, schema, rating, shortscore
Requires at least: 5.9
Tested up to: 6.1
Stable tag: 3.8.1
Stable tag: 3.8.2
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion src/review-box/shortscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ document.addEventListener( 'DOMContentLoaded', function () {
setTimeout( () => {
valueElem.classList.remove( 'pressed' );
isAnimating = false; // Set the animation state to 'not running'
}, 300 );
}, 200 );
}
}, 200 );
};
Expand Down

0 comments on commit ed58cfd

Please sign in to comment.