Live data from Hacker News

Flippant.js - A mini JS and CSS library for flipping things over

mintchaos.github.io

1–10 of 34 posts

Re: Flippant.js - A mini JS and CSS library for flipping things over

#4

Cool, but the modal is huge. Being mostly a noob at this kind of stuff, I assume that's outside of the scope of the library?

It's probably just sizing the modal to your browser window by default, and you can override/adjust it in the CSS when you're styling it for your needs anyways.

Re: Flippant.js - A mini JS and CSS library for flipping things over

#9
Full flippant source is 79 lines: https://github.com/mintchaos/flippant.js/blob/master/flippan...

Call me old-fashioned but I prefer not to use these "mini JS and CSS" libraries for every little thing I do. Any competent JS/HTML developer be able to implement something like this using CSS3 transitions in an hour. Too many developers just paste libraries together these days.

Post reply on HN