Skip to content

Commit caf88f1

Browse files
author
Adam Argyle
committed
mobile wipe angle fixes, theme updates
1 parent 2f31b2d commit caf88f1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="mobile-web-app-capable" content="yes">
9-
<meta name="theme-color" content="#ff69b4">
9+
<meta name="theme-color" content="#498aeb">
1010
<meta name="description" content="just add water clip-path mask transitions">
1111

1212
<link rel="stylesheet" href="bundle.css">
@@ -64,8 +64,8 @@ <h1>
6464
<option>in:wipe:down</option>
6565
<option>in:wipe:top-right</option>
6666
<option>in:wipe:top-left</option>
67-
<option>in:wipe:bottom-up</option>
68-
<option>in:wipe:bottom-down</option>
67+
<option>in:wipe:bottom-right</option>
68+
<option>in:wipe:bottom-left</option>
6969
</optgroup>
7070
<optgroup label="Wipe Exits">
7171
<option>out:wipe:right</option>
@@ -74,8 +74,8 @@ <h1>
7474
<option>out:wipe:down</option>
7575
<option>out:wipe:top-right</option>
7676
<option>out:wipe:top-left</option>
77-
<option>out:wipe:bottom-up</option>
78-
<option>out:wipe:bottom-down</option>
77+
<option>out:wipe:bottom-right</option>
78+
<option>out:wipe:bottom-left</option>
7979
</optgroup>
8080
<optgroup label="Polygon Entrances">
8181
<option>in:diamond:center</option>

0 commit comments

Comments
 (0)