We are pushing animations even more. We are moving to the blog page & we are animating a post list with a staggering effect.
Come to our Facebook group: https://www.facebook.com/groups/dplugins
JavaScript
gsap.to(".oxy-post", {
duration: 1,
scale: 1,
opacity: 1,
y: 40,
stagger: {
grid: "auto",
from: "start",
axis: "y",
amount: 1.5
}
});
CSS
.oxy-post{
opacity: 0;
transform: scale(0);
}
🙉 Advanced tutorials for GSAP (affiliate)
🙊 Purchase GSAP (affiliate)