Plugin Directory

Changeset 990075


Ignore:
Timestamp:
09/15/2014 11:11:20 AM (11 years ago)
Author:
numixtech
Message:

Adding new version 1.3

Location:
page-transition
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • page-transition/trunk/class-page-transition.php

    r983052 r990075  
    2727     * @var string
    2828     */
    29     const VERSION = '1.2';
     29    const VERSION = '1.3';
    3030
    3131    /**
     
    257257                    </tr>
    258258                </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>
    259262                <p class="submit">
    260263                    <input type="submit" name="Submit" class="button-primary" value="<?php esc_attr_e( 'Save Changes' ) ?>" />
     
    392395                loading : <?php echo $this->show_loading; ?>,
    393396                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"])'
    395398            });
    396399        });
  • page-transition/trunk/page-transition.php

    r983052 r990075  
    1515 * Plugin URI:      http://numixtech.com
    1616 * 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.2
     17 * Version: 1.3
    1818 * Author:          Numix Technologies, Gaurav Padia, Asalam Godhaviya
    1919 * Author URI:      http://numixtech.com
  • page-transition/trunk/readme.txt

    r983052 r990075  
    55Requires at least: 3.6
    66Tested up to: 4.0
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1515Page Transition is a simple and easy wordpress plugin used to add page transition using CSS3 animations. Show your page with modern animations.
    1616
    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.
     17Set 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.
    1818
    19 Now in version 1.1 you can set animation duration and whether to show loading or not.
     19Available 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
    2026
    2127= 9 different transition effects available =
     
    5561== Changelog ==
    5662
     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
    5767= 1.2 =
    5868* Added Loading Text color option
Note: See TracChangeset for help on using the changeset viewer.