Skip to content
Snippets Groups Projects
  1. Oct 22, 2019
  2. Feb 18, 2019
  3. Apr 19, 2017
  4. Apr 18, 2017
  5. Aug 19, 2016
  6. Jul 25, 2016
  7. Jun 29, 2016
  8. Jun 28, 2016
  9. Jun 27, 2016
  10. Apr 27, 2016
  11. Feb 02, 2016
  12. Jan 30, 2016
  13. Jan 29, 2016
    • Simon Egli's avatar
      Fading the "Scroll to Top" button in and out · 71464c18
      Simon Egli authored
      
      Previously the "scroll to Top"-button was always shown.
      In my opinion this makes little sense when you are already at the top
      and may even lead to confusion (nothing happens when you press the button,
      when at top).
      So this change will fade the button in and out depending on where you are.
      It is leveraging the already implemented scrollPage function.
      
      Signed-off-by: default avatarSimon Egli <deadolus@gmail.com>
      71464c18
  14. Dec 11, 2015
  15. Nov 28, 2015
  16. Jun 22, 2015
  17. Apr 08, 2015
  18. Mar 09, 2015
    • Gregordy's avatar
      Fixing + improving speed · 2b96a37d
      Gregordy authored
      If we're not disabling the submit button, we can spam click the button and end up with as much mail as we clicked the button.
      Keep only id in css selector is speed up the DOM search, and there is less code : )
      2b96a37d
  19. Jan 20, 2015
  20. Dec 06, 2014
    • Jake Harclerode's avatar
      fix redirect issue with easing · 18dcc900
      Jake Harclerode authored
      Currently in the application I'm working on with this theme I use GitHub OAuth2 which redirects after a successful authorization. When GitHub (or any OAuth protocol) redirects this function executes before .page-scroll a is visible in the DOM regardless of document.ready. The click handler should be bound to the listen on the body for clicks to .page-scroll a instead. While this might be a little more expensive than binding to the actual element it fixes a pretty large problem IMO. It's a double edged sword because either you sacrifice a little bit of optimization or easing breaks when a server redirects the app. Even though I realize this is supposed to be a single page template I think login/OAuth is the one exception.
      18dcc900
  21. Oct 30, 2014
  22. Aug 12, 2014
Loading