Commit 9ac34b7e by Piotr Mitros

Sync between machines

parent 621e42aa
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
border-style:solid; border-style:solid;
border-color:black; border-color:black;
border-radius:5px; border-radius:5px;
width:100%;
} }
.animation_slider_wrapper { // Div around slider. Give a bit of a border .animation_slider_wrapper { // Div around slider. Give a bit of a border
......
<div class="animation_wrapper" style="width:{width};"> <div class="animation_wrapper">
<script type="data/animation" class="animation_source"> <script type="data/animation" class="animation_source">
{{"position":{position}, {{"position":{position},
"animation":{animation}, "animation":{animation},
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
<div class="animation_slider_wrapper"> <div class="animation_slider_wrapper">
<div class="animation_slider" style="width:{inner_width}; "></div> <div class="animation_slider" style="width:{inner_width}; "></div>
</div> </div>
<img class="animation_image" src="" height={height} width={width}> <div class="animation_image_wrapper">
<img class="animation_image" src="" height={height} width={width}>
</div>
<div class="animation_text_wrapper" style="height:{textheight}"> <div class="animation_text_wrapper" style="height:{textheight}">
<div class="animation_text"> <div class="animation_text">
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment