TrevC
Well-known member
TrevC submitted a new resource:
Make Xenforo drop down .Menu content scrolling buttery smooth on touch devices (version 1.0) - Smoother menu inner-content scrolling for touch devices.
Read more about this resource...
Make Xenforo drop down .Menu content scrolling buttery smooth on touch devices (version 1.0) - Smoother menu inner-content scrolling for touch devices.
The items within a xenforo menu do not scroll smoothly on iOS or Android devices in stock Xenforo. Here's a quick fix you can add to Extras.css to make it properly hardware accelerated and much more responsive to input:
Code:.Menu {-webkit-overflow-scrolling: touch;} .Menu > * {-webkit-transform: translateZ(0px);}
Google Maps uses this same technique for the scrolling maps content (on the website).
It's...
Read more about this resource...