%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/wiki.varak.net/vendor/oojs/oojs-ui/demos/tutorials/assets/
Upload File :
Create Path :
Current File : //www/varak.net/wiki.varak.net/vendor/oojs/oojs-ui/demos/tutorials/assets/init.js

// eslint-disable-next-line no-unused-vars
var Widgets = {};
/*
* Back to top button
* Taken from https://codepen.io/desirecode/pen/MJPJqV/
*/
$( document ).ready( function () {
	$( window ).scroll( function () {
		if ( $( this ).scrollTop() > 100 ) {
			$( '.scroll' ).fadeIn();
		} else {
			$( '.scroll' ).fadeOut();
		}
	} );
	$( '.scroll' ).click( function () {
		$( 'html, body' ).animate( { scrollTop: 0 }, 600 );
		return false;
	} );
} );

Zerion Mini Shell 1.0