scrollable.min.js
| 1.2 KB | Satir:
0
| js
Geri
/*! * stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack) * Copyright 2018 PIXINVENT * Licensed under the Themeforest Standard Licenses */ $(document).ready(function(){$(".vertical-scroll").perfectScrollbar({suppressScrollX:!0,theme:"dark",wheelPropagation:!0}),$(".horizontal-scroll").perfectScrollbar({suppressScrollY:!0,theme:"dark",wheelPropagation:!0}),$(".both-side-scroll").perfectScrollbar({theme:"dark",wheelPropagation:!0}),$(".visible-scroll").perfectScrollbar({theme:"dark",wheelPropagation:!0}),$(".min-scroll-length").perfectScrollbar({minScrollbarLength:200,wheelPropagation:!0}),$(".scrollbar-margins").perfectScrollbar({wheelPropagation:!0}),$(".default-handlers").perfectScrollbar({wheelPropagation:!0}),$(".no-keyboard").perfectScrollbar({handlers:["click-rail","drag-scrollbar","wheel","touch"],wheelPropagation:!0}),$(".click-drag-handler").perfectScrollbar({handlers:["click-rail","drag-scrollbar"],wheelPropagation:!0}),$(".default-wheel-speed").perfectScrollbar({wheelPropagation:!0}),$(".higher-wheel-speed").perfectScrollbar({wheelSpeed:10,wheelPropagation:!0}),$(".lower-wheel-speed").perfectScrollbar({wheelSpeed:.1,wheelPropagation:!0})});
Kaydet
Ctrl+S ile kaydet