Search code examples
javascriptcssmeteoroverlayiron-router

Meteor iron-router set route for overlay


I wanted to implement the overlay effect like Atmospherejs.com by iron-router when overlay has the specific route (https://atmospherejs.com/?q=). Does anyone have any idea?


Solution

  • It doesn't have route, by the way. As you can see nothing between domain name and query parameter. and It just triggering of UI element on some click.

    Something like following from CodeDrops might help for your usecase -

    Demo here: http://tympanus.net/Development/FullscreenOverlayStyles/index5.html

    Code for same and article here: http://tympanus.net/codrops/2014/02/06/fullscreen-overlay-effects/