Plugin Directory

Changeset 1834358


Ignore:
Timestamp:
03/06/2018 10:26:11 AM (8 years ago)
Author:
brainesia
Message:

new version

Location:
brainesia-scoll-effect/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • brainesia-scoll-effect/trunk/assets/js/brainesia-scroll-effect.js

    r1055584 r1834358  
    2929                                label: 'effect',
    3030                                'values': [
     31                                    {text : 'Fade In', value : 'fadeIn'},
     32                                    {text : 'Fade In Down', value : 'fadeInDown'},
     33                                    {text : 'Fade In Down Big', value : 'fadeInDownBig'},
    3134                                    {text : 'Fade In Left', value : 'fadeInLeft'},
     35                                    {text : 'Fade In Left Big', value : 'fadeInLeftBig'},
    3236                                    {text : 'Fade In Up', value: 'fadeInUp'},
     37                                    {text : 'Fade In Left', value: 'fadeInLeft'},
     38                                    {text : 'Fade In Left Big', value : 'fadeInLeftBig'},
     39                                    {text : 'Fade In Right', value : 'fadeInRight'},
     40                                    {text : 'Fade In Right Big', value : 'fadeInRightBig'},
     41                                    {text : 'Fade In Up', value : 'fadeInUp'},
     42                                    {text : 'Fade In Up Big', value : 'fadeInUpBig'},
     43                                    {text : 'Fade Out', value : 'fadeOut'},
     44                                    {text : 'Fade Out Down', value : 'fadeOutDown'},
     45                                    {text : 'Fade Out Down Big', value : 'fadeOutDownBig'},
     46                                    {text : 'Fade Out Left', value : 'fadeOutLeft'},
     47                                    {text : 'Fade Out Left Big', value : 'fadeOutLeftBig'},
     48                                    {text : 'Fade Out Right', value : 'fadeOutRight'},
     49                                    {text : 'Fade Out Right Big', value : 'fadeOutRightBig'},
     50                                    {text : 'Fade Out Up', value : 'fadeOutUp'},
     51                                    {text : 'Fade Out Up Big', value : 'fadeOutUpBig'},
     52                                    {text : 'Flip', value : 'flip'},
     53                                    {text : 'Flip In X', value : 'flipInX'},
     54                                    {text : 'Flip In Y', value : 'flipInY'},
     55                                    {text : 'Flip Out X', value : 'flipOutX'},
     56                                    {text : 'Flip Out Y', value : 'flipOutY'},
     57                                    {text : 'Light Speed In', value : 'lightSpeedIn'},
     58                                    {text : 'Light Speed Out', value : 'lightSpeedOut'},
     59                                    {text : 'Rotate In', value : 'rotateIn'},
    3360                                    {text : 'Rotate In Down Left', value : 'rotateInDownLeft'},
    3461                                    {text : 'Rotate In Down Right', value : 'rotateInDownRight'},
     62                                    {text : 'Rotate In Up Left', value: 'rotateInUpLeft'},
     63                                    {text : 'Rotate In Up Right', value : 'rotateInUpRight'},
     64                                    {text : 'Rotate Out', value : 'rotateOut'},
     65                                    {text : 'Rotate Out Down Left', value : 'rotateOutDownLeft'},
     66                                    {text : 'Rotate Out Down Right', value : 'rotateoutDownRight'},
     67                                    {text : 'Rotate Out Up Left', value: 'rotateOutUpLeft'},
     68                                    {text : 'Rotate Out Up Right', value : 'rotateOutUpRight'},
     69                                    {text : 'Bounce', value : 'bounce'},
     70                                    {text : 'Bounce In', value : 'bounceIn'},
     71                                    {text : 'Bounce In Down', value : 'bounceInDown'},
    3572                                    {text : 'Bounce In Left', value : 'bounceInLeft'},
    36                                     {text : 'Bounce In Right', value : 'bounceInRight'}
     73                                    {text : 'Bounce In Right', value : 'bounceInRight'},
     74                                    {text : 'Bounce In Up', value : ' bounceInUp'},
     75                                    {text : 'Bounce Out', value : 'bounceOut'},
     76                                    {text : 'Bounce Out Down', value : 'bounceOutDown'},
     77                                    {text : 'Bounce Out Left', value : 'bounceOutLeft'},
     78                                    {text : 'Bounce Out Right', value : 'bounceOutRight'},
     79                                    {text : 'Bounce Out Up', value : 'bounceOutUp'},
     80                                    {text : 'Flash', value : 'flash'},
     81                                    {text : 'Pulse', value : 'pulse'},
     82                                    {text : 'RubberBand', Value : 'rubberBand'},
     83                                    {text : 'Shake', value : 'shake'},
     84                                    {text : 'Swing', value : 'swing'},
     85                                    {text : 'Tada', value : 'tada'},
     86                                    {text : 'Wobble', value : 'wobble'},
     87                                    {text : 'Hinge', value : 'hinge'},
     88                                    {text : 'Roll In', value : 'rollIn'},
     89                                    {text : 'Roll Out', value : 'rollOut'}
    3790                                        ]
    3891                            }
  • brainesia-scoll-effect/trunk/assets/js/bse.js

    r1055584 r1834358  
    7070    jQuery('.bse').addClass("hidden").viewportChecker({
    7171        classToAdd: 'visible animated',
    72         offset: 70
     72        offset: 0
    7373       });
    7474});
  • brainesia-scoll-effect/trunk/brainesia-scroll-effect.php

    r1055584 r1834358  
    44Plugin URI: http://brainesia.com/plugin/brainesia-scroll-effect
    55Description: Insert effect into your content
    6 Version: 1.0.2
     6Version: 2.0.0
    77Author: brainesia
    88Author URI: http://brainesia.com
     
    223223            break;
    224224        case 'wobble':
    225             $effect1 = "wobble";
     225            $effect1 = "fadeInLeft";
    226226            break;
    227227        case 'hinge':
     
    237237            $effect1 = 'fadeInDown';
    238238    }
    239         $html = '<div class="bse '.$class.' '.$effect1.'">'.$content.'</div>';
     239        $html = '<p class="bse '.$class.' '.$effect.'">'.$content.'</p>';
    240240    return $html;
    241241}
  • brainesia-scoll-effect/trunk/readme.txt

    r1055584 r1834358  
    11=== Brainesia Scroll Effect ===
    2 Contributors: brainesia
    3 Donate link: http://brainesia.com/donate/
     2Contributors: ncreative
     3Donate link: http://ncreative.net/donate/
    44Tags: scroll, animation, scroll effect,
    55Requires at least: 3.9
    6 Tested up to: 4.1
    7 Stable tag: 1.0.2
     6Tested up to: 4.9
     7Stable tag: 2.0.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414Brainesia Scroll Effect will make animation on your content when visitors scroll the website page.
    15 You will see the Brainesia Scroll Effect icon in your editor. Just click the icon and you will see the box to choose an effect. Recently we provide 6 animation.
    16 You can use the scroll effect on your text, images, videos or another content.
     15You will see the Brainesia Scroll Effect icon in your editor. Just click the icon and you will see the box to choose an effect. Recently we provide 3 animation: fade in up, fade in left, rotate in left. We will put some new animation later.
    1716
    1817Credits:
     
    2928== Changelog ==
    3029
    31 = 1.0.2 =
    32 * add 3 new effects
     30= 2.0 =
     31Add 55 new animations
    3332
    34 = 1.0.1 =
    35 * minor fixing
    36 
    37 = 1.0.0 =
     33= 1.0 =
    3834* Initial release
Note: See TracChangeset for help on using the changeset viewer.