diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-21 10:48:34 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-21 10:48:34 +0200 |
| commit | e16ad175d63d3ccaa1fefbf0e563aae90f2eb2c9 (patch) | |
| tree | 1b2bd8510ba46a3992a539eaa58a9da687f84356 /frontend/site/projects | |
| parent | a40d7afe1084e2596e7c498babbf0a470f9b1e01 (diff) | |
sculptor
Diffstat (limited to 'frontend/site/projects')
| -rw-r--r-- | frontend/site/projects/museum/views/credits.js | 6 | ||||
| -rw-r--r-- | frontend/site/projects/museum/views/titles.css | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/frontend/site/projects/museum/views/credits.js b/frontend/site/projects/museum/views/credits.js index c256dee..7971699 100644 --- a/frontend/site/projects/museum/views/credits.js +++ b/frontend/site/projects/museum/views/credits.js @@ -221,7 +221,8 @@ const CREDITS_STRINGS = { <b>Jakrawal Nilthamrong</b><br/> <i>Barn Burner</i> <br/> Location: Chiang Mai, Thailand. <br/> - Videography & Sound Design: Jakrawal Nilthamrong + Videography & Sound Design: Jakrawal Nilthamrong<br/> + Sculptor: Julladit Sittibanjerd `, de: ` <b>Juliana Cerqueira Leite</b><br/> @@ -242,7 +243,8 @@ const CREDITS_STRINGS = { <b>Jakrawal Nilthamrong</b><br/> <i>Barn Burner</i> <br/> Location: Chiang Mai, Thailand. <br/> - Videografie & Sound Design: Jakrawal Nilthamrong + Videografie & Sound Design: Jakrawal Nilthamrong <br/> + Bildhauerin: Julladit Sittibanjerd `, } } diff --git a/frontend/site/projects/museum/views/titles.css b/frontend/site/projects/museum/views/titles.css index 8e72bdf..ed071d1 100644 --- a/frontend/site/projects/museum/views/titles.css +++ b/frontend/site/projects/museum/views/titles.css @@ -7,7 +7,7 @@ color: rgba(255, 121, 13, 1.0); font-family: "Druk Wide"; font-size: 1.66vw; - transition: opacity 3.0s; + transition: opacity 1.0s; text-align: center; opacity: 0; } @@ -44,7 +44,7 @@ text-shadow: 0px 2px 6px rgba(0,0,0,0.5); opacity: 0; pointer-events: none; - transition: opacity 0.5s; + transition: opacity 2.5s; text-align: justify; } .charles-text.visible { |
