Changeset 990075
- Timestamp:
- 09/15/2014 11:11:20 AM (11 years ago)
- Location:
- page-transition
- Files:
-
- 4 edited
-
assets/screenshot-1.png (modified) (previous)
-
trunk/class-page-transition.php (modified) (3 diffs)
-
trunk/page-transition.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-transition/trunk/class-page-transition.php
r983052 r990075 27 27 * @var string 28 28 */ 29 const VERSION = '1. 2';29 const VERSION = '1.3'; 30 30 31 31 /** … … 257 257 </tr> 258 258 </table> 259 <p> 260 <?php _e( '<strong>Tip:</strong> If you want to exclude page out animation on any particular link on a page then add class "<strong>no-animation</strong>" to that link "a" tag.', 'page-transition' ); ?> 261 </p> 259 262 <p class="submit"> 260 263 <input type="submit" name="Submit" class="button-primary" value="<?php esc_attr_e( 'Save Changes' ) ?>" /> … … 392 395 loading : <?php echo $this->show_loading; ?>, 393 396 touchSupport: false, 394 linkElement: '.animsition-link, a[href]:not([target="_blank"]):not([href^="<?php echo $this->get_current_url();?>#"]):not([href^="#"]):not([href*="javascript"]):not([href*=".jpg"]):not([href*=".jpeg"]):not([href*=".gif"]):not([href*=".png"]):not([href*=".mov"]):not([href*=".swf"]):not([href*=".mp4"]):not([href*=".flv"]):not([href*=".avi"]):not([href*=".mp3"]) '397 linkElement: '.animsition-link, a[href]:not([target="_blank"]):not([href^="<?php echo $this->get_current_url();?>#"]):not([href^="#"]):not([href*="javascript"]):not([href*=".jpg"]):not([href*=".jpeg"]):not([href*=".gif"]):not([href*=".png"]):not([href*=".mov"]):not([href*=".swf"]):not([href*=".mp4"]):not([href*=".flv"]):not([href*=".avi"]):not([href*=".mp3"]):not([href^="mailto:"]):not([class="no-animation"])' 395 398 }); 396 399 }); -
page-transition/trunk/page-transition.php
r983052 r990075 15 15 * Plugin URI: http://numixtech.com 16 16 * Description: Page Transition is a simple and easy wordpress plugin used to add page transition on CSS3 animations. Show your page with modern animations. 17 * Version: 1. 217 * Version: 1.3 18 18 * Author: Numix Technologies, Gaurav Padia, Asalam Godhaviya 19 19 * Author URI: http://numixtech.com -
page-transition/trunk/readme.txt
r983052 r990075 5 5 Requires at least: 3.6 6 6 Tested up to: 4.0 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 15 15 Page Transition is a simple and easy wordpress plugin used to add page transition using CSS3 animations. Show your page with modern animations. 16 16 17 Set different transition effects for page in (on load) or page out (on unload). You can set value to "None" to disable page in or page out transition.17 Set different animations effects for page in (on load) and page out (on unload). You can also set value to "None" to disable page in or page out animation. 18 18 19 Now in version 1.1 you can set animation duration and whether to show loading or not. 19 Available options and features 20 * Set Page In Animation 21 * Set Page Out Animation 22 * Set Page In Animation Duration 23 * Set Page Out Animation Duration 24 * Set whether to show loading or not 25 * Set loading text color 20 26 21 27 = 9 different transition effects available = … … 55 61 == Changelog == 56 62 63 = 1.3 = 64 * Excluded mailto email address links 65 * Exclude page out animation on particular link by apppying "no-animation" class to link "a" tag 66 57 67 = 1.2 = 58 68 * Added Loading Text color option
Note: See TracChangeset
for help on using the changeset viewer.