Which One Am I?

position within siblings

li {
  --i: sibling-index();
  --n: sibling-count();
  transition-delay: calc(var(--i) * 50ms);
}