summaryrefslogtreecommitdiff
path: root/static/website/bootstrap-css/bower_components/smooth-scroll/src/docs/index.html
diff options
context:
space:
mode:
authorSashi202018-08-21 16:31:05 +0530
committerSashi202018-08-21 16:31:05 +0530
commitaa955c22ae18d55667006acd222dbc79e39a8b25 (patch)
treef66cce0beb9ec08b473c3d227cf5152a0772b329 /static/website/bootstrap-css/bower_components/smooth-scroll/src/docs/index.html
downloadnccps-2018-aa955c22ae18d55667006acd222dbc79e39a8b25.tar.gz
nccps-2018-aa955c22ae18d55667006acd222dbc79e39a8b25.tar.bz2
nccps-2018-aa955c22ae18d55667006acd222dbc79e39a8b25.zip
Initial commit
Diffstat (limited to 'static/website/bootstrap-css/bower_components/smooth-scroll/src/docs/index.html')
-rw-r--r--static/website/bootstrap-css/bower_components/smooth-scroll/src/docs/index.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/static/website/bootstrap-css/bower_components/smooth-scroll/src/docs/index.html b/static/website/bootstrap-css/bower_components/smooth-scroll/src/docs/index.html
new file mode 100644
index 0000000..1dd9971
--- /dev/null
+++ b/static/website/bootstrap-css/bower_components/smooth-scroll/src/docs/index.html
@@ -0,0 +1,44 @@
+ <p>
+ <strong>Linear</strong><br>
+ <a data-scroll data-options='{ "easing": "linear" }' href="#bazinga">Linear (no other options)</a><br>
+ </p>
+
+ <p>
+ <strong>Ease-In</strong><br>
+ <a data-scroll data-options='{ "easing": "easeInQuad" }' href="#bazinga">Quad</a><br>
+ <a data-scroll data-options='{ "easing": "easeInCubic" }' href="#bazinga">Cubic</a><br>
+ <a data-scroll data-options='{ "easing": "easeInQuart" }' href="#bazinga">Quart</a><br>
+ <a data-scroll data-options='{ "easing": "easeInQuint" }' href="#bazinga">Quint</a>
+ </p>
+
+ <p>
+ <strong>Ease-In-Out</strong><br>
+ <a data-scroll data-options='{ "easing": "easeInOutQuad" }' href="#bazinga">Quad</a><br>
+ <a data-scroll data-options='{ "easing": "easeInOutCubic" }' href="#bazinga">Cubic</a><br>
+ <a data-scroll data-options='{ "easing": "easeInOutQuart" }' href="#bazinga">Quart</a><br>
+ <a data-scroll data-options='{ "easing": "easeInOutQuint" }' href="#bazinga">Quint</a>
+ </p>
+
+ <p>
+ <strong>Ease-Out</strong><br>
+ <a data-scroll data-options='{ "easing": "easeOutQuad" }' href="#bazinga">Quad</a><br>
+ <a data-scroll data-options='{ "easing": "easeOutCubic" }' href="#bazinga">Cubic</a><br>
+ <a data-scroll data-options='{ "easing": "easeOutQuart" }' href="#bazinga">Quart</a><br>
+ <a data-scroll data-options='{ "easing": "easeOutQuint" }' href="#bazinga">Quint</a>
+ </p>
+
+ <p>
+ .<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>
+ .<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>
+ .<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.
+ </p>
+
+ <p id="bazinga"><a data-scroll href="#1@#%^-bottom">Bazinga!</a></p>
+
+ <p>
+ .<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>
+ .<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>
+ .<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.
+ </p>
+
+ <p id="1@#%^-bottom"><a data-scroll data-options='{ "easing": "easeOutCubic" }' href="#">Back to the top</a></p> \ No newline at end of file