TitleSite: Fix animation to the inline title only
This commit is contained in:
@@ -10,7 +10,7 @@ export const animateIn = callback => {
|
||||
// On scroll animation
|
||||
const title = ScrollOut({
|
||||
once: true,
|
||||
targets: '.title-location',
|
||||
targets: '.title-location--inline',
|
||||
onShown (el) {
|
||||
// Each letters
|
||||
anime({
|
||||
|
||||
Reference in New Issue
Block a user