I'm trying to make a Polymer paper-fab (floating action button) go in the bottom right corner of the screen.  I also want it to disappear on scroll down but then come back on scroll up (like on the Google+ Android app).  How do I do those 2 things? Here is the test site: http://www.infinitech.org/beta.  Thanks a bunch for the help!
For positioning:
<style>
    paper-fab {
        position: fixed;
        right: 25px;
        bottom: 30px;          
    }
</style>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With