Searched refs:customContentTransition (Results 1 – 8 of 8) sorted by relevance
297 Swiper支持通过[customContentTransition](../reference/apis-arkui/arkui-ts/ts-container-swiper.md#customc…336 .customContentTransition({
520 ### customContentTransition<sup>11+</sup>522 customContentTransition(delegate: (from: number, to: number) => TabContentAnimatedTransition \| und…1333 本示例通过customContentTransition实现了自定义Tabs页面的切换动画。1363 …private customContentTransition: (from: number, to: number) => TabContentAnimatedTransition = (fro…1413 .customContentTransition(this.customContentTransition)
1180 ### customContentTransition<sup>12+</sup>1182 customContentTransition(transition: SwiperContentAnimatedTransition)1590 该示例通过customContentTransition接口,实现了自定义Swiper页面切换动画效果。1631 .customContentTransition({
297 Use the [customContentTransition](../reference/apis-arkui/arkui-ts/ts-container-swiper.md#customcon…336 .customContentTransition({
520 ### customContentTransition<sup>11+</sup>522 customContentTransition(delegate: (from: number, to: number) => TabContentAnimatedTransition \| und…1333 This example uses **customContentTransition** to implement a custom tab switching animation.1363 …private customContentTransition: (from: number, to: number) => TabContentAnimatedTransition = (fro…1413 .customContentTransition(this.customContentTransition)
1180 ### customContentTransition<sup>12+</sup>1182 customContentTransition(transition: SwiperContentAnimatedTransition)1595 … page switching animation for the **Swiper** component through the **customContentTransition** API.1636 .customContentTransition({
145 customContentTransition(transition: SwiperContentAnimatedTransition): this {
28015 customContentTransition(value) { method in ArkSwiperComponent