Finally got around to writing up how I fixed that scroll bug from a while back. I was sliding three panels sideways with translate and it kept breaking on different screen sizes because the offset is px only. Switched to stacking the panels and cross-dissolving the opacity instead, and that held up everywhere.
Thinking about reusing the same trick for a bigger gallery later. Has anyone pushed cross-dissolve past 3 or 4 panels, or does it start looking muddy past that?
Finally got around to writing up how I fixed that scroll bug from a while back. I was sliding three panels sideways with translate and it kept breaking on different screen sizes because the offset is px only. Switched to stacking the panels and cross-dissolving the opacity instead, and that held up everywhere.
Thinking about reusing the same trick for a bigger gallery later. Has anyone pushed cross-dissolve past 3 or 4 panels, or does it start looking muddy past that?