WIP Animations all over site
- Run a transition In for each page - Involve a "loader" panel on page change - TODO: tweak the animations and finish the concept
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
export let location
|
||||
</script>
|
||||
|
||||
<div class="location" data-aos="location">
|
||||
<div class="location">
|
||||
<a href="/location/{location.country.slug}/{location.slug}" rel="prefetch" sapper-noscroll>
|
||||
<img src={location.country.flag.full_url} alt="Flag of {location.country.name}">
|
||||
<div class="anim-mask mask-city">
|
||||
|
||||
Reference in New Issue
Block a user