hotline.mjs/README.md

642 B

hotline.mjs

Module for creating "hot lines"

Example

// Initializing an instance of hotline manually
const instance = new hotline(
    'articles', 
    document.getElementById('wrap_articles')
);
        
// Initializing settings of the hotline instance
instance.move = false;
instance.wheel = true;
instance.delta = 15;

// Starting the hotline instance
instance.start();

Preview

Telegram chat-robot market mirzaev/arming

Alt text


Pen in the CodePen

Alt text