diff --git a/entry/src/main/ets/pages/index_adapter_animator.ets b/entry/src/main/ets/pages/index_adapter_animator.ets index 5315c1b897d56dbe24704b2569e5c815a826f8f6..36bcb2f2248f8224a4bd08f03f795d61b803b7c2 100644 --- a/entry/src/main/ets/pages/index_adapter_animator.ets +++ b/entry/src/main/ets/pages/index_adapter_animator.ets @@ -19,12 +19,12 @@ import { RecyclerView } from "@ohos/recyclerview-animators" @Entry @Component struct Index_adapter_animator { - private listDatas = ["Apple", "Ball", "Camera", "Day", "Egg", "Foo", "Google", "Hello", + private listDatas = ["Apple", "Ball", "Camera", "Day", "Egg", "Foo", "GL", "Hello", "Iron", "Japan", "Coke", "Dog", "Cat", "Yahoo", "Sony", "Canon", "Fujitsu", "USA", "Nexus", "LINE", "Haskell", "C++", "Java", "Go", "Swift", "Objective-c", "Ruby", "PHP", "Bash", "ksh", "C", "Groovy", "Kotlin", "Chip", "Japan", "U.S.A", "San Francisco", "Paris", "Tokyo", "Silicon Valley", "London", "Spain", "China", "Taiwan", "Asia", "New York", "France", "Kyoto", - "Android", "Google", "iPhone", "iPad", "iPod", "Wasabeef"]; + "AD", "GL", "iPhone", "iPad", "iPod", "Wasabeef"]; private animTypes: AnimType[] = [ new AnimType('AlphaIn', RecyclerView.AdapterAnimationType.AlphaIn), new AnimType('ScaleIn', RecyclerView.AdapterAnimationType.ScaleIn), diff --git a/entry/src/main/ets/pages/index_item_animator.ets b/entry/src/main/ets/pages/index_item_animator.ets index 1a245f3652671d3c2a323792eb2338114417e3be..54d42d71fde94abcf2e9b78da20a6a5bd31f24c4 100644 --- a/entry/src/main/ets/pages/index_item_animator.ets +++ b/entry/src/main/ets/pages/index_item_animator.ets @@ -21,12 +21,12 @@ import promptAction from '@ohos.promptAction' @Entry @Component struct Index_item_animator { - private listDatas = ["Apple", "Ball", "Camera", "Day", "Egg", "Foo", "Google", "Hello", + private listDatas = ["Apple", "Ball", "Camera", "Day", "Egg", "Foo", "GL", "Hello", "Iron", "Japan", "Coke", "Dog", "Cat", "Yahoo", "Sony", "Canon", "Fujitsu", "USA", "Nexus", "LINE", "Haskell", "C++", "Java", "Go", "Swift", "Objective-c", "Ruby", "PHP", "Bash", "ksh", "C", "Groovy", "Kotlin", "Chip", "Japan", "U.S.A", "San Francisco", "Paris", "Tokyo", "Silicon Valley", "London", "Spain", "China", "Taiwan", "Asia", "New York", "France", "Kyoto", - "Android", "Google", "iPhone", "iPad", "iPod", "Wasabeef"]; + "AG", "GL", "iPhone", "iPad", "iPod", "Wasabeef"]; private animTypes: AnimType[] = [ new AnimType('FadeIn', RecyclerView.ItemAnimationType.FadeIn), new AnimType('FadeInDown', RecyclerView.ItemAnimationType.FadeInDown),