nobuti
d74bdcccec
Autoupdate.
...
It listens new elements addition and element resize in order to trigger the update method to redraw
the scroll.
2017-01-12 05:32:50 +01:00
Hyunje Jun
c7ddde69c2
Add example to change theme
2016-10-18 15:45:19 +09:00
Lyubomir Petrov
34135d6ef0
Fixes https://github.com/noraesae/perfect-scrollbar/issues/534 (Calling .update from an ps-scroll-y triggers an InvalidStateError #534 )
2016-07-19 15:57:17 +03:00
Jun
fdc8d64fd9
Fix custom-theme example to be more useful
...
Not it provides a meaningful example. It also just includes pre-built
css file for the example.
2016-07-13 01:13:08 +09:00
Chris Driscol
1b2c853972
Hover scaling now sets width and height on scrollbar to 100% on hover.
2016-06-14 23:07:00 -06:00
Chris Driscol
e9d7cc97c8
Adding custom-theme scss used for custom-theme example. Added ability to set a hover scale size in the theme which will scale the X and Y rails when hovered.
2016-06-01 16:50:34 -06:00
DanielApt
f14b6a0d47
Allow children native scroll
...
Partly uses @DEFusion's #459 pull-request. Closes #455
2016-02-22 22:32:06 +00:00
Hyunje Alex Jun
a2b2a77de1
Change variable definition style
...
Use 'var' everytime, instead of using ','.
2016-02-22 22:45:32 +09:00
Hyunje Alex Jun
bd7134f33d
Add 'handlers' option to configure scrolling methods
...
Please refer to README.md and examples/options-handlers.html for the
usage.
2016-02-22 20:58:48 +09:00
wujekbogdan
bcfe954803
- fixed indentation (2 spaces)
...
- added missing new lines at the end of files
- removed 'ps-theme-big-and-ugly' theme
- improved readme.md. Added an example on how to create custom themes with scss.
2015-12-10 10:21:44 +01:00
wujekbogdan
eddd2c2731
themeable perfect-scrollbar
...
- added „theme” parameter
- replaced all the CSS visual styles with SCSS variables
- added $ps-theme-default SCSS map that holds all the variables
- added $theme parameter to all the mixins
2015-12-09 18:19:02 +01:00
Hyunje Alex Jun
17e5f67519
Make selection scroll optional
...
It's not essential but rather causes several problems.
2015-10-03 21:37:24 +09:00
DanielApt
e9bc40bd37
Update events example to show new reach events
2015-09-28 11:09:51 +01:00
DanielApt
39893fc6f2
Add example for events
2015-09-24 11:02:33 +01:00
Jaron Kennel
a40ab40695
Fix clicking and dragging the scrollbar rails with large margin values.
...
Fix initial rail height/width calculation: Set the rails to display:block temporarily to correctly calculate percentage margins
Account for scrolltop/left on the document.
2015-04-13 13:12:00 -04:00
DanielApt
9ca1539ab4
Use overflow:auto instead of scroll
2015-02-21 12:53:42 +00:00
DanielApt
313f62d2f8
Update examples to use no-js fallback of overflow: scroll
2015-02-18 16:36:10 +00:00
Hyunje Alex Jun
17aac6c8c8
Fix wrong links in example.
...
`.global.` is no more used.
2015-02-12 20:08:09 +00:00
Hyunje Alex Jun
41ca0246ad
Change the output dir name from out
to dist
.
2015-02-12 19:56:27 +00:00
Hyunje Alex Jun
ff3a3c04b2
Add a table example.
2015-02-11 16:00:19 +00:00
Hyunje Alex Jun
b5d0958e82
If scrollbar's detached, reinitialise the plugin in update.
2015-02-11 16:00:19 +00:00
Hyunje Alex Jun
48eb80bd7f
Rewrite examples with a native JavaScript version.
2015-02-11 15:53:42 +00:00
Hyunje Alex Jun
d54c7d6640
Change paths in examples.
2015-02-11 15:53:17 +00:00
Hyunje Alex Jun
1a6197cbed
Add a table example.
2015-02-05 20:06:05 +00:00
Hyunje Alex Jun
febcaa3603
Add an example for scrollbar margin.
2014-12-02 11:34:45 +00:00
Hyunje Alex Jun
aaab294dc4
Add an example for always-visible scrollbars.
2014-11-11 14:40:03 +00:00
Hyunje Alex Jun
08a387d9c1
Add removable-list-element example.
2014-11-05 19:02:00 +00:00
Nicolás Moncada
467cdb17ed
Adding an example using iframe.
2014-10-14 01:11:06 +01:00
Hyunje Alex Jun
32a0caf2d8
Change wheelSpeed of text-content example.
...
The default value is changed.
2014-09-15 21:40:15 +01:00
Hyunje Alex Jun
22bffa9ba8
Add update functionality to options-default example.
...
It's useful to test the plugin with the update function.
2014-09-15 14:05:34 +01:00
Hyunje Alex Jun
cbdccf9736
Remove jquery-mousewheel dependencies.
...
Tested under OS X.
2014-08-25 00:35:51 +01:00
ahspw
b8231ecd79
add rtl support
...
Conflicts:
src/perfect-scrollbar.js
2014-04-27 11:41:14 +01:00
Hyunje Alex Jun
4a8e8066ab
Implement opposite-sided scrollbars.
...
Now when you use `top` for the x-axis scrollbar or `left` for the y-axis
scrollbar, the scrollbars will be displayed on the opposite side.
2014-04-27 11:01:11 +01:00
Hyunje Alex Jun
d58e109d98
Add an example about the callback to check if it reaches the end.
2014-01-21 11:57:30 +09:00
Hyunje Alex Jun
e390a89f57
Add an example for the scroll suppression feature.
...
The 'suppressScrollX' and 'suppressScrollY' features were added and
this patch add the example for the features.
2013-12-06 11:25:48 +09:00
Hyunje Alex Jun
67635e54d7
Add an example for 'useBothWheelAxes' option.
2013-09-30 16:19:24 +09:00
Hyunje Alex Jun
b0c8e91f18
Change the title in example codes and update jQuery to 1.10.
2013-09-30 15:48:51 +09:00
Drew Miller
ab2a018c93
minScrollbarLength setting
...
I couldn't figure out the rebasing stuff so I just deleted my fork and
redid the work. I believe I followed the contributing guidlines
correctly as well.
2013-07-17 12:53:02 -04:00
maoziliang
37210ee453
Add a sample based on text content
2013-06-16 16:49:30 +09:00
Hyunje Alex Jun
aeab94c7d6
Fix the wrong indents in example pages.
2013-06-14 21:39:53 +09:00
Hyunje Alex Jun
26e9ff1cac
Example codes added by @GregDThomas.
2013-03-14 11:49:50 +09:00