{{ vendors }}
{{ seconds / duration * 100| number:0}}% { {{ vendors }}transform: translateX({{ rangex }}px) translateY({{ rangey }}px) RotateY({{ rotatey }}deg) RotateZ({{ rotate }}deg) scaleY({{ Scaley *0.1| number:1 }}) scaleX({{ Scalex *0.1| number:2 }}); opacity:{{ opacity *.1 | number:2}};} /* {{ seconds }}s */
|
Modal -
In head<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
In Clickable {{ class }} Divdata-toggle="modal" data-target="#{{ class }}drop"
Before Closing html<div class="modal fade" id="{{ class }}drop" role="dialog"><div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-body"> <p>When they click on {{ class }} div, this is what they will see!</p> </div> </div> </div>
In CSS
<style> ModalExplaination -
ExplainationInteractive -
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <style>
<button class="Stop moosebutt" value="Stop">Stop</button>
$(document).ready(function(){ InteractiveSetup Wizard -
Setup WizardStarter Code - ➕New CSS New Actor Div
<style> -webkit-animation-name:{{ animation }}; -moz-animation-name:{{ animation }}; -o-animation-name:{{ animation }}; animation-name:{{ animation }}; animation-duration: {{data.animationduration }}ms; animation-iteration-count:{{data.animationiterationcount }}; animation-delay: {{data.animationdelay }}ms; animation-fill-mode: {{data.animationfillmode }}; animation-play-state:{{data.animationplaystate }}; animation-direction:{{data.animationdirection }} ; animation-timing-function:{{data.animationtimingfunction }}; opacity:0; position:absolute; z-index:0; } @-moz-keyframes {{ animation }} { -moz--moz--moz--moz--moz--moz--moz--moz--moz--moz--moz--moz- } @-webkit-keyframes {{ animation }} { -webkit--webkit--webkit--webkit--webkit--webkit--webkit--webkit- } @-o-keyframes {{ animation }} { -o--o--o--o--o--o--o--o--o--o--o--o--o--o--o--o--o--o--o--o- } @-moz--webkit--o-keyframes {{ animation }} { XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX } </style> <div style="background-image:url({{ bgimage }});Background-color:#fff;height:{{ bannerheight }}px;width:{{ bannerwidth }}px;overflow:hidden;position:relative;">
<div style="background-repeat: no-repeat;background-size:100%;background-image:url({{ actor }});height:{{ imageheight }}px;width:{{ imagewidth }}px;position:absolute;" class="{{ class }}"></div>
</div> Starter CodeImages -
Images
SoundSprite -
Sprite |