Home
last modified time | relevance | path

Searched defs:SwiperAttribute (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h42 struct SwiperAttribute : Attribute { struct
43 uint32_t index = DEFAULT_SWIPER_CURRENT_INDEX;
44 double duration = DEFAULT_SWIPER_ANIMATION_DURATION;
45 Axis axis = Axis::HORIZONTAL;
46 bool loop = true;
47 bool autoPlay = false;
48 bool animationOpacity = true;
49 bool digitalIndicator = false;
51 int32_t cachedSize = DEFAULT_SWIPER_CACHED_SIZE;
52 EdgeEffect edgeEffect = EdgeEffect::SPRING;
[all …]