Changeset 2003499
- Timestamp:
- 12/29/2018 04:58:09 PM (7 years ago)
- Location:
- ultimate-custom-scrollbar/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
ultimate-custom-scrollbar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-custom-scrollbar/trunk/readme.txt
r2003489 r2003499 2 2 Author URI: http://www.themespick.com 3 3 Plugin URI: http://www.themespick.com/ultimate-custom-scrollbar 4 Contributors: themespick , freemius4 Contributors: themespick 5 5 Tags: scrollbar, custom scrollbar 6 6 Requires at least: 4.5 … … 27 27 <li>Easy Option Panel.</li> 28 28 <li>All browser supported</li> 29 </ul> 30 31 <strong>Free Options</strong> 32 <ul> 33 <li>Enable/Disable ScrollBar : You can enable or disable scrollbar using this option.</li> 34 <li>Cursor Width : You can increase or decrease cursor width using this option.</li> 35 <li>Rail Background Color : You can change rail background color from this color picker.</li> 36 <li>Cursor Color : You can change cursor color from this color picker.</li> 37 <li>Auto Hide Mode : You can select scrollbar auto hide mode from this selectbox.</li> 38 </ul> 39 40 <strong>Free Options</strong> 41 <ul> 42 <li>Included all free options.</li> 43 <li>Cursor Border : You can control cursor border using this option.</li> 44 <li>Cursor Border Radius : You can control cursor border radius using this option.</li> 45 <li>Scroll Speed : You can control scroll speed using this option.</li> 46 <li>Mouse Scroll Step : You can control mouse scroll step using this option.</li> 47 <li>Emulate Touch : Enable cursor-drag scrolling like touch devices in desktop computer.</li> 48 <li>Minimum Cursor Height : You can set the minimum cursor height.</li> 49 <li>Bounce Scroll : Enable scroll bouncing at the end of content as mobile-like.</li> 50 <li>Horizrail Enabled : You can control horizontal scroll.</li> 51 <li>Rail Align : You can control alignment of vertical rail.</li> 52 <li>Rail Valign : You can control alignment of horizontal rail.</li> 53 <li>Enable Mousewheel : You can control Mousewheel using this option.</li> 54 <li>Enable Keyboard : You can enable or disable keyboard events using this option.</li> 55 <li>Hide Cursor Delay : You can set the delay in microseconds to fading out scrollbars.</li> 56 <li>Enable Scroll On Selection : You can enable auto-scrolling of content when selection text.</li> 57 <li>Cursor Drag Speed : You can set speed of selection when dragged with cursor.</li> 29 58 </ul> 30 59 -
ultimate-custom-scrollbar/trunk/ultimate-custom-scrollbar.php
r2003492 r2003499 65 65 load_plugin_textdomain( 'ultimate-custom-scrollbar', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); 66 66 // Defines 67 define( 'UCS_VERSION', '1. 0' );67 define( 'UCS_VERSION', '1.1' ); 68 68 define( 'UCS_ACC_URL', WP_PLUGIN_URL . '/' . plugin_basename( dirname( __FILE__ ) ) . '/' ); 69 69 define( 'UCS_ACC_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.