Changeset 1064010
- Timestamp:
- 01/09/2015 03:20:38 PM (11 years ago)
- Location:
- this-or-that/trunk
- Files:
-
- 4 edited
-
css/this-or-that.css (modified) (1 diff)
-
js/this-or-that.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
this-or-that.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
this-or-that/trunk/css/this-or-that.css
r797990 r1064010 42 42 .this-or-that_column .this-or-that_item{ 43 43 text-align: center; 44 opacity: 1; 45 46 } 47 48 .this-or-that_column .this-or-that_item.selected{ 49 transition: all .4s ease; 50 transform: scale(1.4); 51 opacity: 0; 44 52 } 45 53 -
this-or-that/trunk/js/this-or-that.js
r816812 r1064010 27 27 28 28 jQuery(this).parents(".this-or-that_item") 29 .animate({opacity: "0"}, { queue: false, duration: 300 }) 30 .toggle("scale",{ percent: "140" }, 400, function(){ 31 29 .addClass('selected') 30 .animate({ 31 // opacity: "0", 32 }, 400, function(){ 32 33 jQuery("#this-or-that").animate({ opacity: 0 }, 200); 33 34 -
this-or-that/trunk/readme.txt
r816813 r1064010 3 3 Tags: Rating, Ranking, Compare, Facemash, ELO, Chess Algorithm, Vote, Voting, Hot or Not, Research, Match, Pictures, Product Compare, Social, Collaborate, Andre Boekhorst 4 4 Requires at least: 3.7.1 5 Tested up to: 3.7.16 Stable tag: 1.0. 35 Tested up to: 4.1 6 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 14 Inspired by Facemash, Facebook's predecessor, this plugin sets up two items next to each other and lets visitors choose which one they favor. Each 'vote' adjusts the rating of both items. You can then easily create lists with your visitors favorite items. 14 Inspired by Facemash, Facebook's predecessor, this plugin sets up two items next to each other and lets visitors choose which one they favor. Each 'vote' adjusts the rating of both items. You can then easily create lists with your visitors favorite items. [Updated Fix for WordPress 4.1] 15 15 16 16 -
this-or-that/trunk/this-or-that.php
r816815 r1064010 5 5 Plugin URI: http://andreboekhorst.nl/wordpress/this-or-that-plugin/ 6 6 Description: Let your visitors vote between posts and images to create honest ranking lists. Uses the ELO Algorithm and works with your site's existing content. 7 Version: 1.0. 37 Version: 1.0.4 8 8 Author: André Boekhorst 9 9 Author URI: http://www.andreboekhorst.nl
Note: See TracChangeset
for help on using the changeset viewer.