Skip to content

hakimel/forkit.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 29, 2017
f0657a5 · Nov 29, 2017

History

28 Commits
Oct 6, 2013
Oct 6, 2013
Nov 29, 2017
Nov 29, 2017
Nov 29, 2017

Repository files navigation

forkit.js

An experimental animated ribbon which reveals a curtain of additional content.

Curious about how this looks in action? Check out the demo page.

Events

Open/close events are dispatched from the main .forkit element:

document.querySelector( '.forkit' ).addEventListener( 'forkit-open', function() {
  // fired when the curtain is pulled down
} );

document.querySelector( '.forkit' ).addEventListener( 'forkit-close', function() {
  // fired when the curtain retracts
} );

License

MIT licensed

Copyright (C) 2017 Hakim El Hattab, http://hakim.se