diff --git a/examples/azusa.jpg b/examples/azusa.jpg new file mode 100644 index 0000000..5dcbd10 Binary files /dev/null and b/examples/azusa.jpg differ diff --git a/examples/options-default.html b/examples/options-default.html new file mode 100644 index 0000000..2421922 --- /dev/null +++ b/examples/options-default.html @@ -0,0 +1,29 @@ + + + + + perfect-scrollbar example + + + + + + + + +
+
+
+
+ + + diff --git a/examples/options-wheelPropagation.html b/examples/options-wheelPropagation.html new file mode 100644 index 0000000..67cafd0 --- /dev/null +++ b/examples/options-wheelPropagation.html @@ -0,0 +1,40 @@ + + + + + perfect-scrollbar example - use wheelPropagation to control propagation of scrolling at extremities + + + + + + + + +

Default; wheelPropagation:false

+
+
+
+
+

wheelPropagation:true

+
+
+
+
+
+ Note
that
there
is
plenty
of
text
after
the
image
to
ensure
that
it
is
possible
to
down
+ after
the
bottom
of
the
image
has
been
reached
to
enable
the
wheel
propagation
to
be
tested
+
+ + + diff --git a/examples/options-wheelSpeed.html b/examples/options-wheelSpeed.html new file mode 100644 index 0000000..86ac703 --- /dev/null +++ b/examples/options-wheelSpeed.html @@ -0,0 +1,42 @@ + + + + + perfect-scrollbar example - use wheelSpeed to change speed of scrolling + + + + + + + + +

Default; wheelSpeed:10

+
+
+
+
+

Fast: wheelSpeed:100

+
+
+
+
+

Slow: wheelSpeed:1

+
+
+
+
+ + +