Project

General

Profile

BUG #3877

Updated by Nazmul Hossain Shovon 4 months ago

The **auto-scrolling marquee text** behaves inconsistently across different devices:   
 - On **desktop**, the text scrolls **too fast**, making it difficult for users to read.   
 - On **tablet** and **mobile**, the text begins scrolling **very slowly**, with a noticeable delay before movement starts. 

 This inconsistency affects readability and disrupts the intended smooth scrolling experience. 

 **Screens:** Desktop (≥768px), Tablet (425px–768px), Mobile (≤375px)   
 **Tested By:** Tasfia Zaima   

 --- 

 ### Steps to Reproduce 
 1. Open the PQS Japan staging website on desktop, tablet, and mobile.   
 2. Navigate to the section containing the **marquee text**.   
 3. Observe the scrolling speed on desktop.   
 4. Observe the initial delay and slow speed on tablet/mobile.   

 --- 

 ### Expected Result 
 The marquee text should scroll at a **consistent and readable speed** across all devices, with **no delay** before motion begins. 

 ### Actual Result 
 - Desktop: Marquee scrolls **too fast**.   
 - Tablet/Mobile: Marquee scrolls **too slowly** and starts with a delay. 

 --- 

 ### Attachments 
 - [Video Evidence](https://drive.google.com/file/d/14_Aw2WHEUfZ_zUKpPrmRF2H6qj3WP_xn/view?usp=sharing) 

 ### Module / Section 
 Home Page → Marquee Text 

 --- 

 ### Root Cause: 
 current position of the marquee 

 --- 

 ### Impacted Area: 
 marquee text

Back