1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/javascripts/page-front.js

20 lines
367 B
JavaScript
Raw Normal View History

2016-02-06 14:33:15 +01:00
//=include bigchain/smoothscroll.js
//=include ../../../node_modules/vivus/dist/vivus.js
jQuery(function($) {
// graph animation
var iconOptions = {
type: 'delayed',
start: 'inViewport',
duration: 200,
animTimingFunction: Vivus.EASE_OUT,
selfDestroy: true
};
new Vivus('bigchain-graph', iconOptions);
});