map fade
This commit is contained in:
@@ -142,7 +142,8 @@
|
||||
});
|
||||
|
||||
// Routes that are not finished on arrival: the five that fetch a forecast
|
||||
// after mounting, and the redirect stubs, which render nothing at all and
|
||||
// after mounting, the maps page (whose map is a cross-origin iframe that has
|
||||
// to load first), and the redirect stubs, which render nothing at all and
|
||||
// bounce to a located URL from `onMount`. Knowing this up front is what makes
|
||||
// the wait reliable - the layout clears the ready flag before the swap rather
|
||||
// than trusting the incoming page to have done it.
|
||||
@@ -153,6 +154,7 @@
|
||||
'/weather/compare',
|
||||
'/weather/seasonal',
|
||||
'/weather/historical',
|
||||
'/weather/maps',
|
||||
'/weather/week/[location]',
|
||||
'/weather/14-day/[location]',
|
||||
'/weather/compare/[location]',
|
||||
|
||||
Reference in New Issue
Block a user