denkmal / denkmal.org

MOVED to GitLab: https://gitlab.com/denkmal/archive/denkmal-2014
MIT License
7 stars 16 forks source link

Improve floatbox experience #727

Closed stophecom closed 7 years ago

stophecom commented 7 years ago

closes https://github.com/denkmal/denkmal.org/issues/725 cm floatbox improvement: https://github.com/cargomedia/cm/pull/2604

stophecom commented 7 years ago
screen shot 2017-03-18 at 14 26 44

I noticed that in the floatbox fullscreen version the fadein transition doesn't work (in general). It'd works with defer.

   _.defer(function() {
        self.$floatbox.addClass('fadeIn');
      });

Maybe there is another way?

stophecom commented 7 years ago

@njam please check