This is just a small snippet of code I use to dynamically animate sections of a page as they come into the viewport.
- jQuery (https://jquery.com/)
- Waypoint (http://imakewebthings.com/waypoints/) Animate (see https://daneden.github.io/animate.css/
This is just a small snippet of code I use to dynamically animate sections of a page as they come into the viewport.
<?php | |
/** This is a simple class to allow for fast implementation of Azure's Active Direct B2C OAuth Service via Authorization Code scope | |
** It requires the use of the following repos | |
** https://github.com/firebase/php-jwt | |
** https://github.com/phpseclib/phpseclib/tree/master/phpseclib (Please note to get this to work I had to move the Math directory inside the Crypt directory) | |
** Sample Configuration https://login.microsoftonline.com/fabrikamb2c.onmicrosoft.com/v2.0/.well-known/openid-configuration?p=b2c_1_sign_in | |
** Sample Key Location https://login.microsoftonline.com/fabrikamb2c.onmicrosoft.com/discovery/v2.0/keys?p=b2c_1_sign_in | |
*/ | |
use \Firebase\JWT\JWT; |