9cde408a257d96ba75c1dcc42445caacdec76b3f
				
			
			
		
	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
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%
							
						
					
