Mercurial > libervia-web
view libervia/pages/_browser/browser_meta.json @ 1358:3c5054a22e7a
browser (slideshow): better handling of controls hiding:
- use `slideshow_control` class instead of `click_to_hide`
- check parents for the presence of this class (when a click on comments icon happen, it's
the parent which has the `slideshow_control` class
- stop propagation of events when closing comments tab, to avoid hiding controls
accidentally
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 17 Sep 2020 22:50:27 +0200 |
parents | 71f24ad99a2c |
children | 7c776c9d7c75 |
line wrap: on
line source
{ "js": { "package": { "dependencies": { "nunjucks": "latest", "swiper": "^6.1.1", "moment": "latest", "ogv": "latest" } }, "brython_map": { "nunjucks": "nunjucks/browser/nunjucks.min.js", "swiper": { "path": "swiper/swiper-bundle.min.js", "export": ["Swiper"] }, "moment": "moment/min/moment.min.js", "ogv": { "path": "ogv/dist/ogv.js", "export": ["OGVCompat", "OGVLoader", "OGVMediaError", "OGVMediaType", "OGVTimeRanges", "OGVPlayer", "OGVVersion"], "extra_init": "OGVLoader.base='/{build_dir}/node_modules/ogv/dist'" } } } }