Guest User

Untitled

a guest
Oct 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <neon-animated-pages
  2. selected="{{parent}}"
  3. id="foo">
  4.  
  5. animationConfig: {
  6. value: function() {
  7. return {
  8. 'entry': [
  9. {name: 'slide-from-right-animation', node: this},
  10. {animatable: this.$.foo, type: 'entry'}
  11. ]
  12. }
  13. }
  14. },
Add Comment
Please, Sign In to add comment