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

17 lines
302 B
JavaScript
Raw Normal View History

2016-02-06 14:33:15 +01:00
//=include bigchain/smoothscroll.js
2016-02-14 17:53:37 +01:00
//=include bigchain/testimonials.js
jQuery(function($) {
2016-02-10 13:26:42 +01:00
// hero stuff
$('.hero .logo').on('animationend webkitAnimationEnd oAnimationEnd',
function(e) {
$('.hero').addClass('is-ready');
}
);
2016-02-14 17:53:37 +01:00
Testimonials.init();
});