This commit is contained in:
@@ -10,7 +10,7 @@ export const animateIn = scope => {
|
||||
const tl = anime.timeline({
|
||||
easing: 'easeOutQuart',
|
||||
duration: animDuration,
|
||||
delay: animDelay,
|
||||
// delay: animDelay,
|
||||
autoplay: false
|
||||
})
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ export const animateIn = () => {
|
||||
duration: animDuration
|
||||
})
|
||||
|
||||
// Parallax on scroll
|
||||
// Title: Parallax on scroll
|
||||
const translate = anime({
|
||||
targets: '#title-houses',
|
||||
translateX: ['7%', '-15%'],
|
||||
|
||||
Reference in New Issue
Block a user