Skip to content

Instantly share code, notes, and snippets.

View jonrrivera's full-sized avatar
🧡

Jon Rivera jonrrivera

🧡
View GitHub Profile
@jonrrivera
jonrrivera / Page-level body code.html
Created June 27, 2016 03:10 — forked from danro/Page-level body code.html
Webflow integration with fullpage.js
<script>
// Initialize fullpage plugin on document ready
Webflow.push(function() {
$('#fullpage').fullpage();
});
// Define module for Editor compatibility
Webflow.define('fullpage-destroy', function() {
return {
destroy: function() {
$.fn.fullpage.destroy('all');