forked from www/www-new
Fix weird animation flash on mobile (#304)
When we visit the website on mobile, there's a weird animation flash. This is caused because the navbar by default is placed at left: 0, and we see the transform animation once the page loads. This places the navbar at left: 100% (outside the screen) and transforms it to move into the screen - translateX(-100%) Reviewed-on: www/www-new#304 Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca> Co-authored-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca> Co-committed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>fix-md-font
parent
0043c3f949
commit
c7f0d83bba
Loading…
Reference in new issue