Home
last modified time | relevance | path

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

/MusicFree/src/lib/react-native-vdebug/
H A Dindex.js198 scrollToPage(index, animated = true) { argument
199 this.scrollToCard(index, animated);
202 scrollToCard(cardIndex, animated = true) { argument
209 animated: animated, property
221 animated: true, property
227 instance.scrollTo({x: 0, y: 0, animated: true}); property
/MusicFree/android/app/
H A Dbuild.gradle186 implementation 'com.facebook.fresco:animated-gif:2.5.0'
/MusicFree/src/components/base/
H A DSortableFlatList.tsx141 animated: true,