From version 1.7.0-alpha06 on the new non-Experimental way to do that is:
LazyColumn { items(...) { Card( modifier = Modifier.animateItem(), ... ) { ... } } }