TitleSite: Fix animation to the inline title only
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user