- Follow up with Kyle about login credentials
- Class Dir: Fix IE issue with cover on BG image
- Class Dir: Get EOF Star Wars Font for IE
#ConvergeSE 2015
| /** | |
| * Will gracefuly scroll the page | |
| * This function will scroll the page using | |
| * an `ease-in-out` effect. | |
| * | |
| * You can use it to scroll to a given element, as well. | |
| * To do so, pass the element instead of a number as the position. | |
| * Optionally, you can pass a `queryString` for an element selector. | |
| * | |
| * The default duration is half a second (500ms) |