TitleSite: Fix animation to the inline title only

This commit is contained in:
2020-03-07 19:01:26 +01:00
parent 56a6859aec
commit c8bc7f39c8

View File

@@ -10,7 +10,7 @@ export const animateIn = callback => {
// On scroll animation // On scroll animation
const title = ScrollOut({ const title = ScrollOut({
once: true, once: true,
targets: '.title-location', targets: '.title-location--inline',
onShown (el) { onShown (el) {
// Each letters // Each letters
anime({ anime({