bc0bab18678502a1c427186487aebaf628bd9d97
				
			
			
		
	hotline.mjs
Module for creating "hot lines"
Example
<section id="wrap_articles" style="display: flex">
    <!-- First element -->
    <article>
        <h3>Place</h3>
    </article>
    <!-- Second element -->
    <div>
        <p>here</p>
    </div>
    <!-- Third element -->
    <a>anything</a>
</section>
import("/js/modules/hotline.mjs").then((hotline) => {
    // Imported the hotline.mjs module
    // Initializing an instance of the hotline.mjs
    const instance = new hotline.default(
        '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
Site of the Svoboda anarchist organization svoboda/works
Telegram chat-robot market mirzaev/arming
Large project, marketplace system mirzaev/skillparts
but the example is taken from another project that was copied and corrupted by another programmer

Pen in the CodePen
			
		
								Important improvements!
								
	Latest
							
						
					Languages
				
				
								
								
									JavaScript
								
								100%
							
						
					



