自定义霓虹动画页面的动画?

时间:2018-10-21 02:29:43

标签: polymer polymer-1.0

在聚合物1中,如何向霓虹灯页面添加'slide-from-right-animation'并能够对其进行自定义?我尝试没有成功:

<neon-animated-pages
  animation-config="[[animationConfig]]"
  selected="{{parent}}"
  id="foo">

  <module-settings slot="other" id="bob" name="module-settings" provider="[[provider]]"></module-settings>

      animationConfig: {
        value: function() {
          return {
            'entry': [
              {name: 'slide-from-right-animation' },
              {animatable: this.$.bob, type: 'entry'}
            ]
          }
        }
      },

p.s。我知道霓虹灯动画已被弃用...但是我仍然必须将其用于项目

0 个答案:

没有答案