Maelstromeous / ps2alerts-website

This project has moved!
https://github.com/ps2alerts/website
GNU General Public License v2.0
10 stars 1 forks source link

Frost the current data rather than remove #31

Closed Maelstromeous closed 7 years ago

Maelstromeous commented 8 years ago

If a user has a list of alerts, then clicks filter, because I'm removing them from the DOM, it's causing the user to be jumped higher up in the page.

Ideally need to keep the space that the data already occupies. Might be able to do this by "frosting" out the current data while the new data loads in then swap it out.