From 51767eeabfb4f2fbddc2f1c9e6f83f3b9c01e754 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 9 Nov 2020 21:06:34 +0100 Subject: artists animation --- .../player/components.inline/inline.utility.js | 23 +++++++++++----------- .../views/viewer/player/components.media/media.css | 14 +++++++------ 2 files changed, 19 insertions(+), 18 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/player') diff --git a/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js b/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js index 17d0990..59d1ff5 100644 --- a/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js +++ b/animism-align/frontend/app/views/viewer/player/components.inline/inline.utility.js @@ -47,13 +47,12 @@ const ScheduleComponent = ({ episodes }) => { Animism {' on '} e-flux.com - {' is the ninth iteration of the exhibition and overall '} - {'research project presented at Museum of Contemporary Art Antwerp (M HKA) and Extra City, '} - {'Antwerp, 2010, Kunsthalle Bern, 2010, '} - {'Generali Foundation, Vienna, 2011, Haus der Kulturen der Welt, '} - {'Berlin, 2012, e-flux, New York, 2012, OCT Contemporary Art Terminal (OCAT) Shenzhen, 2013, '} - {'Ilmin Museum of Art, Seoul, 2013, '} - {'and Ashkal Alwan, Beirut, 2014.'} + {' '} + {'is the ninth iteration of the exhibition and overall research project presented at Museum of '} + {'Contemporary Art Antwerp (M HKA) and Extra City, Antwerp, 2010; Kunsthalle Bern, 2010; Generali '} + {'Foundation, Vienna, 2011; Haus der Kulturen der Welt, Berlin, 2012; e-flux, New York, 2012; OCT '} + {'Contemporary Art Terminal (OCAT) Shenzhen, 2013; Ilmin Museum of Art, Seoul, 2013; and Ashkal '} + {'Alwan, Beirut, 2014.'}

{'Presented here in its digital iteration, '} {'the exhibition will be released in four episodes starting October 2020.'} @@ -63,6 +62,7 @@ const ScheduleComponent = ({ episodes }) => { {episodes.order.map(id => { const episode = episodes.lookup[id] const isOpen = episode.id === open + const hasTitle = !!episode.title && episode.title !== "TBD" let className = 'schedule-row' if (episode.is_live) { className += ' active' @@ -82,14 +82,13 @@ const ScheduleComponent = ({ episodes }) => { {episode.release_date}
- {'Episode '}{episode.episode_number}{': '} - {episode.title} + {'Episode '}{episode.episode_number} + {hasTitle && ': '} + {hasTitle && {episode.title}}
{episode.is_live && } - {isOpen && - - } + ) })} diff --git a/animism-align/frontend/app/views/viewer/player/components.media/media.css b/animism-align/frontend/app/views/viewer/player/components.media/media.css index 72eec07..6f9e96a 100644 --- a/animism-align/frontend/app/views/viewer/player/components.media/media.css +++ b/animism-align/frontend/app/views/viewer/player/components.media/media.css @@ -51,6 +51,11 @@ .viewer-fullscreen .carousel-component .nav-arrow { max-height: calc(100vh - 19rem); } +.carousel-component .nav-arrow polygon { + fill: #fff; + stroke-width: 0.1px; + stroke: #444; +} .carousel-component .nav-arrow.prev { left: 0; } @@ -61,20 +66,17 @@ background: transparent; outline: 0; } +/* .carousel-component .nav-arrow:hover { backdrop-filter: contrast(344%) grayscale(100%); background: rgba(255,255,255,0.9) } -/*.white .carousel-component .nav-arrow { background: rgba(255,255,255,0.0); } -.white .carousel-component .nav-arrow:hover { background: rgba(255,255,255,0.0); } -*/.black .carousel-component .nav-arrow { background: rgba(0,0,0,0.0); } -.black .carousel-component .nav-arrow:hover { background: rgba(0,0,0,0.0); } -.carousel-component .arrow { +*/.carousel-component .arrow { width: 4rem; } .carousel-component .arrow-disabled { cursor: default; - opacity: 0.2; + opacity: 0.0; } .carousel-component .dots { position: absolute; -- cgit v1.2.3-70-g09d2