[animate="slideup"] > *:not([animate="exclude"]) {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s;
}

[animate="slideup"] > *:not([animate="exclude"]).slideup {
    opacity: 1;
    transform: translateY(0);
}
