/* * Carousel item width. * the percentage of the Card Carousel width */ export const ITEM_WIDTH_RATE = 0.85; /* * view position when scroll to Index */ export const VIEW_POSITION_CENTER = 0.5;