Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

京东小程序在京东app950版本后新增支持swiper组件easing-function动画参数,taro对应easingFunction转换后没有解析对应属性导致无效 #9078

Closed
tan2009216028 opened this issue Apr 12, 2021 · 0 comments · Fixed by #9190 or #9205
Labels
enhancement New feature or request
Milestone

Comments

@tan2009216028
Copy link

tan2009216028 commented Apr 12, 2021

相关平台
京东小程序

小程序基础库: 无

使用框架: React

复现步骤

在京东app950版本书写swiper组件及easing-function动画参数,taro对应easingFunction转换后没有解析对应属性导致无效

<Swiper

        easingFunction={swiperData.easingFunction}
        duration={swiperData.duration}>
        {
          swiperData.background.map(item => {
            return <SwiperItem key={item} className={'swiper-item ' + item}></SwiperItem>
          })
        }
      </Swiper>

期望结果
正常解析easingFunction使得在京东小程序参数不同的动画参数效果

实际结果
无不同类型的动画效果

环境信息
👽 Taro v3.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants