|
@@ -3,11 +3,14 @@
|
3
|
3
|
Add-Ons provide an enriched experience with additional features that enhance the core of encantar.js. They're offered to supporters who purchase the various demos. Become a supporter and get exclusive access to these features!
|
4
|
4
|
|
5
|
5
|
<style>
|
6
|
|
-.addon-container { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 4em 0; }
|
|
6
|
+.addon-container { margin: 4em 0; }
|
7
|
7
|
.addon-container h2 { margin-top: 0; }
|
8
|
8
|
.addon-container img { width: 100%; height: auto; }
|
9
|
|
-.addon-container:nth-child(2n+1) > div:nth-child(2) { min-width: 426px; margin-left: 32px; }
|
10
|
|
-.addon-container:nth-child(2n) > div:nth-child(2) { min-width: 426px; margin-right: 32px; order: -1; }
|
|
9
|
+@media screen and (min-width: 768px) {
|
|
10
|
+ .addon-container { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
|
|
11
|
+ .addon-container:nth-child(2n+1) > div:nth-child(2) { min-width: 426px; margin-left: 32px; }
|
|
12
|
+ .addon-container:nth-child(2n) > div:nth-child(2) { min-width: 426px; margin-right: 32px; order: -1; }
|
|
13
|
+}
|
11
|
14
|
</style>
|
12
|
15
|
|
13
|
16
|
<link rel="stylesheet" href="../style/lite-yt-embed.css">
|
|
@@ -20,7 +23,7 @@ Add-Ons provide an enriched experience with additional features that enhance the
|
20
|
23
|
|
21
|
24
|
Enchant your audience using this [easy-to-use & customizable](./ar-video-player.md) Video Player! Videos in AR are suitable for: product marketing, AR business cards, educational materials, interactive art, and more!
|
22
|
25
|
|
23
|
|
-[I want this!](https://ko-fi.com/s/697a184728){ .md-button ._blank }
|
|
26
|
+<a href="https://ko-fi.com/s/697a184728" target="_blank" rel="external" class="md-button" id="addon-want-video-player" data-goatcounter-click>I want this!</a>
|
24
|
27
|
|
25
|
28
|
</div>
|
26
|
29
|
<div>
|
|
@@ -35,7 +38,7 @@ Enchant your audience using this [easy-to-use & customizable](./ar-video-pla
|
35
|
38
|
|
36
|
39
|
Add interactivity to your scenes with easy-to-use buttons for AR! You can [customize their images and colors](./ar-button.md). They're bundled with the Video Player.
|
37
|
40
|
|
38
|
|
-[I want this!](https://ko-fi.com/s/697a184728){ .md-button ._blank }
|
|
41
|
+<a href="https://ko-fi.com/s/697a184728" target="_blank" rel="external" class="md-button" id="addon-want-buttons" data-goatcounter-click>I want this!</a>
|
39
|
42
|
|
40
|
43
|
</div>
|
41
|
44
|
<div markdown>
|
|
@@ -52,7 +55,7 @@ Add interactivity to your scenes with easy-to-use buttons for AR! You can [custo
|
52
|
55
|
|
53
|
56
|
Turn 3D and 2D objects into "clickables" that respond to touch or mouse input. AR Clickables are based on the [Pointer Tracker](../api/pointer-tracker.md). They are the building blocks of AR Buttons and are included with them.
|
54
|
57
|
|
55
|
|
-[I want this!](https://ko-fi.com/s/697a184728){ .md-button ._blank }
|
|
58
|
+<a href="https://ko-fi.com/s/697a184728" target="_blank" rel="external" class="md-button" id="addon-want-clickables" data-goatcounter-click>I want this!</a>
|
56
|
59
|
|
57
|
60
|
</div>
|
58
|
61
|
<div markdown>
|
|
@@ -69,7 +72,7 @@ Turn 3D and 2D objects into "clickables" that respond to touch or mouse input. A
|
69
|
72
|
|
70
|
73
|
Framework-agnostic solution for preloading assets such as: 3D models, video clips, audio files and more. This Add-On is bundled with the core.
|
71
|
74
|
|
72
|
|
-[I want this!](https://ko-fi.com/s/3ee4182cb6){ .md-button ._blank }
|
|
75
|
+<a href="https://ko-fi.com/s/3ee4182cb6" target="_blank" rel="external" class="md-button" id="addon-want-asset-manager" data-goatcounter-click>I want this!</a>
|
73
|
76
|
|
74
|
77
|
</div>
|
75
|
78
|
<div markdown>
|