HarlanH / code-for-dc-edu

Code for DC Education Project
20 stars 17 forks source link

Replace slider with Bootstrap 3's new responsive slider #70

Open cherihung opened 10 years ago

cherihung commented 10 years ago

Bootstrap 3 has an improved responsive image slider. let's use that instead the plugin I made? http://getbootstrap.com/javascript/#carousel

Would need to do some styling to make the Bootstrap one looks more aligned with our existing design (i.e. no arrows, no bullet menu). could consider putting captions on the slider, however.

HarlanH commented 10 years ago

Would this let us do the overlay thing too, per the other issue? That is, if I regenerated the lines on top of a transparent background, could we use the slides for the lines, but a fixed image for the map?

On the other hand, I really like your existing fade-in/fade-out transitions!

On Tue, Oct 1, 2013 at 2:22 PM, Chienyi Cheri Hung <notifications@github.com

wrote:

Bootstrap 3 has an improved responsive image slider. let's use that instead the plugin I made? http://getbootstrap.com/javascript/#carousel

Would need to do some styling to make the Bootstrap one looks more aligned with our existing design (i.e. no arrows, no bullet menu). could consider putting captions on the slider, however.

— Reply to this email directly or view it on GitHubhttps://github.com/HarlanH/code-for-dc-edu/issues/70 .

cherihung commented 10 years ago

yes, I believe we can do the overlay too. transition - :) let me see if they have other transition options.