<div id="notice">这是一个公告</div>
<!-- Require jquery -->
<script src="https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<!-- Require the lib -->
<script src="./lib/roll_notice.js"></script>
<script>
//Just use the global function
roll_notice({ id: 'notice' })
</script>
roll_notice({
id = 'notice', //Id of the div you want it to roll
interval = 50, //50 ms per step/frame
step = 2, //Pixels to move Every steps/frames
rest_time = 3000, //How many ms to rest when touched the border
})