在聚合物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。我知道霓虹灯动画已被弃用...但是我仍然必须将其用于项目