Searched refs:cardIndex (Results 1 – 1 of 1) sorted by relevance
202 scrollToCard(cardIndex, animated = true) { argument203 if (cardIndex < 0) cardIndex = 0;204 else if (cardIndex >= this.cardCount) cardIndex = this.cardCount - 1;207 x: width * cardIndex,