I have items are wrapped in motionLayout and recyclerView in which need set one item to the End state, and leave the rest in the Start state without any animations or blinks, just show.

When i try call
transitionToState(endState)
or
transitionToEnd()
the animation happens, but i just need to set the element to End state the first time. And everything should be animated when the user clicks on the items