slide-drive
slide-drive copied to clipboard
Slideshow using audio/video to drive content
We're going to demo in a particular browser (Firefox ideally, but maybe Chrome is Firefox isn't performing well enough), so that should be tested the most, but don't neglect the...
Butter lets users add new events to the timeline by dropping them from the list of event types on the right. Creating a new `slidedrive` event, unassociated with any slide...
We should make sure that our code is sane and the easiest way to do this now is to implement an easy way for us to run lint against all...
We're currently using a custom branch of Butter in my repository order to support drag-and-drop handling of files. We don't want to rely on this, so as soon as [this...
Currently we have no tests and we have regressed a bit because of it. Let's add some tests to make sure that adding new features doesn't break master.
(Related to [t1166](http://webmademovies.lighthouseapp.com/projects/65733/tickets/1166-handling-files-dropped-on-timeline).) After implementing and discussing approaches to adding the Drag-and-Drop import to Butter a couple of times, Bobby and I settled on a nice one. Using Parsers, Popcorn...
Testing in IE9, I had a bunch of "Popcorn is not defined" errors the first time I loaded the page. This is like we used to occasionally have in other...
SVGs are slow _slow_ **_slow**_. Importing large presentation is painfully slow. It needs to be made faster, and possibly made somewhat async so the UI doesn't freeze while it's importing....
Either LibreOffice's SVG export or our SVG import should warn users if they're using a non-standard font, since it will probably look terrible.
As we've discussed, some compatibility arise when using embedded SVGs with Deck.js. My thoughts: 1. Moving between sub-slides is broken because jQuery's `addClass`, `removeClass`, `toggleClass` and `hasClass` methods rely on...