Module for creating "hot lines" https://codepen.io/mirzaev-sexy/pen/gOzBZOP
Go to file
Arsen Mirzaev Tatyano-Muradovich 9cde408a25 example from codepen 2024-12-14 19:10:56 +07:00
preview example from codepen 2024-12-14 19:10:56 +07:00
LICENSE init license 2022-10-31 13:10:09 +10:00
README.md Prettified 2024-11-25 12:25:22 +07:00
hotline.mjs sex update 2024-11-24 21:24:58 +07:00

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

ARMING preview

Large project, marketplace system mirzaev/skillparts

but the example is taken from another project that was copied and corrupted by another programmer

SkillParts preview

Pen in the CodePen

CodePen preview