Home
last modified time | relevance | path

Searched refs:cardIndex (Results 1 – 1 of 1) sorted by relevance

/MusicFree/src/lib/react-native-vdebug/
H A Dindex.js202 scrollToCard(cardIndex, animated = true) { argument
203 if (cardIndex < 0) cardIndex = 0;
204 else if (cardIndex >= this.cardCount) cardIndex = this.cardCount - 1;
207 x: width * cardIndex,