Change wheelSpeed of text-content example.
The default value is changed.
This commit is contained in:
parent
22bffa9ba8
commit
32a0caf2d8
@ -18,10 +18,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function ($) {
|
$(document).ready(function ($) {
|
||||||
$('#description').perfectScrollbar({
|
$('#description').perfectScrollbar();
|
||||||
wheelSpeed: 20,
|
|
||||||
wheelPropagation: false
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user