Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help troubleshooting css issue Reply To: Help troubleshooting css issue

#298110
uxfed
Participant

This code is the culprit. I’m not actually sure why it’s a problem though. I figured transforms off the page wouldn’t cause scroll issues – maybe it’s the 3d nature of it:

[data-aos=fade-up-left] {
transform: translate3d(100px,100px,0);
}