HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div id="view-port">
<img src="http://www.alisebrinumzeme.lv/Content/img/backgrund1_start_small.png" id="simulated-background" class="sm-port-bg-start" />
<div id="view-area">
<img src="http://www.alisebrinumzeme.lv/Content/img/backgrund1_start_big_with_frame.png" id="main-area" />
<div id="menu">
<div class="menu-item dress">
<a href="/i/vakarterpi/" data-menu-item="dress" class="handler"></a>
<img src="http://www.alisebrinumzeme.lv/Content/img/hanger_icon_finished.png" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/dress_text_003.png" class="title" width="455" height="85"/>
</div>
<div class="menu-item hippy">
<img src="http://www.alisebrinumzeme.lv/Content/img/hippy_icon_finished.png" alt="Raksturlomas" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/hippy_text.png" alt="Raksturlomas" class="title" width="464" height="87"/>
<a href="/i/raksturlomas/" data-menu-item="hippy" class="handler"></a>
</div>
<div class="menu-item abstract">
<img src="http://www.alisebrinumzeme.lv/Content/img/abstract_icon_finished.png" alt="Abstrakti tēli" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/abstract_text.png" alt="Abstrakti tēli" class="title" width="512" height="84" />
<a href="/i/abstrakti-teli/" data-menu-item="abstract" class="handler"></a>
</div>
<div class="menu-item zuj">
<img src="http://www.alisebrinumzeme.lv/Content/img/snowflake_icon_finished.png" alt="Ziemassvētki un Jaunaisgads" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/zuj_zils_2.png" alt="Ziemassvētki un Jaunaisgads" class="title" width="205" height="73" />
<a href="/i/ziemassvetki-un-jaunais-gads/" data-menu-item="zuj" class="handler"></a>
</div>
<div class="menu-item information">
<img src="http://www.alisebrinumzeme.lv/Content/img/information_icon_finished.png" alt="Informācija" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/informacija_text_yellow.png" alt="Informācija" class="title" width="393" height="83" />
<a href="/informacija" data-menu-item="information" class="handler"></a>
</div>
<div class="menu-item masks">
<img src="http://www.alisebrinumzeme.lv/Content/img/masks_icon_finished.png" alt="Maskas un Cepures" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/masks_text.png" alt="Maskas un Cepures" class="title" width="130" height="75"/>
<a href="/i/maskas-un-cepures/" data-menu-item="masks" class="handler"></a>
</div>
<div class="menu-item contact">
<img src="http://www.alisebrinumzeme.lv/Content/img/phone_icon_finished.png" alt="Kontakti" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/contacts_text.png" alt="Kontakti" class="title" width="329" height="83"/>
<a href="/kontakti/" data-menu-item="contact" class="handler"></a>
</div>
<div class="menu-item animals">
<img src="http://www.alisebrinumzeme.lv/Content/img/paw_icon_finished.png" alt="Zvēri" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/zver_text.png" alt="Zvēri" class="title" width="206" height="80" />
<a href="/i/zveri/" data-menu-item="animals" class="handler"></a>
</div>
<div class="menu-item castle">
<img src="http://www.alisebrinumzeme.lv/Content/img/castle_icon_finished.png" alt="Pasaku tēli" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/castle_text.png" alt="Pasaku tēli" class="title" width="391" height="101"/>
<a href="/i/pasaku-teli/" data-menu-item="castle" class="handler"></a>
</div>
<div class="menu-item facebook">
<a href="https://www.facebook.com/AliseBrinumzemeKarnevaluKostimuUnVakarterpuIre" target="_blank" class="handler facebook"></a>
<img src="http://www.alisebrinumzeme.lv/Content/img/facebook_icon_finished.png" alt="facebook" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/facebook_text.png" alt="facebook" class="title" width="315" height="85"/>
</div>
<div class="menu-item twitter">
<a href="https://twitter.com" class="handler twitter" target="_blank"></a>
<img src="http://www.alisebrinumzeme.lv/Content/img/twitter_icon_finished.png" alt="twitter" class="icon" />
<img src="http://www.alisebrinumzeme.lv/Content/img/twitter_text.png" alt="twitter" class="title" width="276" height="88" />
</div>
</div>
<div id="middle-text">
<img src="http://www.alisebrinumzeme.lv/Content/img/zver_text.png" alt="Zvēri" class="title" width="206" height="80" id="animals-mt" />
</div>
<div id="layers">
</div>
<img src="http://www.alisebrinumzeme.lv/Content/img/keyhole_bg_complete_003.png" id="key-hole" width="405" height="375" />
<div id="start-content">
<img src="http://www.alisebrinumzeme.lv/Content/img/title_02.png" width="665" height="200" alt="Alise Brīnumzemē" class="title" />
<img src="http://www.alisebrinumzeme.lv/Content/img/keyhole_bg_final_009_highlight.png" id="light-contur" />
<img src="http://www.alisebrinumzeme.lv/Content/img/keyhole_warning_final.png" width="282" height="114" alt="lec-ieksa" class="warning" />
</div>
<img id="legs" src="http://www.alisebrinumzeme.lv/Content/img/legs_test_002.png" alt="alises-kajas" width="394" height="200" />
</div>
</div>
@maincolorRed: #CC081C;
@maincolorBlue: #1619A5;
@maincolorYellow: #ddff1f;
@maincolorGreen: #38A516;
@FBcolor: #3b5a9b;
@TWcolor: #3bcaff;
@viewAreaHeight: 665px;
@viewAreaWidth: 1024px;
@viewAreaMarginVertical: (@viewAreaHeight / 2) - @viewAreaHeight;
@viewAreaMarginHorizontal: (@viewAreaWidth / 2) - @viewAreaWidth;
#view-port {
display: none;
overflow: hidden;
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
min-height: @viewAreaHeight;
min-width: @viewAreaWidth;
background-color: #000;
}
#main-area {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
margin-top: -115px;
margin-left: -115px;
width: 230px;
height: 230px;
}
#view-area {
position: absolute;
z-index: 2;
width: @viewAreaWidth;
height: @viewAreaHeight;
top: 50%;
left: 50%;
margin: @viewAreaMarginVertical 0 0 @viewAreaMarginHorizontal;
}
#menu {
display: none;
position: absolute;
z-index: 3;
width: 100%;
height: 100%;
&:hover {
display: block;
}
.menu-item-params(@t,@l,@tT,@tL) {
/* Position */
top: @t;
left: @l;
img.icon {
display: block;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
}
img.title {
display: block;
position: absolute;
z-index: 2;
top: @tT;
left: @tL;
}
a.handler {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 3;
width: 80px;
height: 80px;
text-decoration: none;
background: url(/Content/img/transparent.png) repeat scroll 0 0 transparent;
}
}
.menu-item {
position: absolute;
width: 80px;
height: 80px;
cursor: pointer;
display: block;
}
.dress {
#menu .menu-item-params(40px,265px,0px,-187.5px);
}
.hippy {
#menu .menu-item-params(80px,450px,0px,-192px);
}
.abstract {
#menu .menu-item-params(60px,625px,0px,-216px);
}
.zuj {
#menu .menu-item-params(185px,280px,3px,-62.5px);
}
.information {
#menu .menu-item-params(240px,485px,0px,-156px);
}
.masks {
#menu .menu-item-params(185px,715px,2px,-25px);
}
.contact {
#menu .menu-item-params(340px,280px,0px,-124.5px);
}
.animals {
#menu .menu-item-params(380px,510px,0px,-65px);
}
.castle {
#menu .menu-item-params(315px,660px,-10px,-155px);
}
.facebook {
#menu .menu-item-params(510px,215px,0px,-117px);
}
.twitter {
#menu .menu-item-params(510px,725px,0px,-95px);
}
}
#key-hole {
position: absolute;
z-index: 5;
}
#start-content {
position: absolute;
z-index: 6;
width: 375px;
height: 375px;
&:hover {
display: block;
}
#light-contur {
position: absolute;
display: block;
top: 0;
left: 3px;
width: 98%;
height: 100%;
cursor: pointer;
&:hover {
display: block;
}
}
.title {
position: absolute;
top: -70px;
left: 50%;
z-index: 3;
margin-left: -332px;
}
.warning {
position: absolute;
bottom: -24px;
right: -120px;
}
}
#legs {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -197px;
z-index: 6;
}
#layers {
position: absolute;
display: none;
z-index: 4;
width: 100%;
height: 100%;
.text, .info, .route-btn {
display: block;
&:hover {
display: block;
}
}
.text {
z-index: 2;
}
.info {
z-index: 1;
}
.hitbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
}
}
.layer-item {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
#animals {
display: block;
/* Buttons */
.route-btn {
text-decoration: none;
position: absolute;
z-index: 2;
}
.contact-btn {
width: 268px;
height: 90px;
top: 344px;
left: 82px;
.text {
position: absolute;
top: 0;
left: -30px;
font-size: 100px;
color: @maincolorGreen;
}
.info {
color: @maincolorBlue;
font-size: 46px;
bottom: -48px;
position: absolute;
left: -80px;
}
}
.start-btn {
width: 160px;
height: 80px;
top: 530px;
left: 50px;
.text {
position: absolute;
top: 0;
left: 8px;
font-size: 68px;
color: @maincolorGreen;
}
.info {
position: absolute;
top: 0;
font-size: 41px;
left: 40px;
color: @maincolorRed;
}
}
.castle-btn {
width: 300px;
height: 65px;
top: 515px;
left: 710px;
.text {
position: absolute;
top: 13px;
left: -32px;
font-size: 59px;
color: @maincolorGreen;
}
.info {
position: absolute;
bottom: -40px;
color: red;
font-size: 41px;
left: 80px;
}
}
.layer-gallery {
display: block;
top: -2px;
left: 348px;
width: 435px;
height: 461px;
}
}
#middle-text {
display: none;
position: absolute;
z-index: 4;
width: 100%;
height: 100%;
img {
position: absolute;
top: 50%;
left: 50%;
}
#dress-mt {
margin: -42.5px 0 0 -227.5px;
}
#hippy-mt {
margin: -43.5px 0 0 -232px;
}
#abstract-mt {
margin: -42px 0 0 -256px;
}
#zuj-mt {
margin: -36.5px 0 0 -102.5px;
}
#information-mt {
margin: -41.5px 0 0 -196.5px;
}
#masks-mt {
margin: -37.5px 0 0 -70px;
}
#contact-mt {
margin: -41.5px 0 0 -164.5px;
}
#animals-mt {
margin: -40px 0 0 -103px;
}
#castle-mt {
margin: -50.5px 0 0 -195.5px;
}
}
#simulated-background {
position: absolute;
z-index: 1;
}
.sm-port-bg-start {
width: 335px;
height: 335px;
}
.sm-port-bg-normal {
width: 100%;
height: 100%;
}
/// <reference path="../../plugins/gsap/TweenMax.min.js" />
/// <reference path="../../plugins/gsap/CSSRulePlugin.min.js" />
/// <reference path="../../plugins/customScroll/jquery.mousewheel.min.js" />
/// <reference path="../../plugins/customScroll/jquery.mCustomScrollbar.js" />
/// <reference path="../../plugins/jquery/jquery-1.8.3.min.js" />
/// <reference path="../../plugins/jquery/jquery-ui-1.10.0.min.js" />
/// <reference path="../../plugins/trimandfit/trimandfit.js" />
var config = function () {
function _init() {
/// <summary>Initialize content</summary>
TweenMax.to(map.tempFix, 1, {
css: {
height: 55
},
repeat: -1,
yoyo: true
});
// Set view port
TweenMax.set(map.view_port, {
opacity: 0,
onComplete: function () {
if (map.keyhole.length > 0) {
// Key hole specific handlers
handlers.keyhole();
// Starting page specific settings
tl.general.start().play();
}
else {
// Layer specific handlers
// Layer specific settings
}
// General handling
_onResize();
handlers.general();
_mouseMove();
}
});
}
function _loadContent(_route) {
// Set layer settings
TweenMax.set(map.layer, {
display: "block",
opacity: 0,
onComplete: function () {
map.layer.html("");
map.layer.load("" + routes[_route].url + " #" + _route + "", function () {
console.log("content is loaded!");
var $self = $(this),
$images = $self.find('img'),
imgCount = $images.length,
loadedCount = 0;
$images.on('load', function () {
if (++loadedCount === imgCount) {
handlers.layer(_route);
// Add general handlers
handlers.general();
}
});
if (imgCount !== 0) {
// Anyways after 5 seconds trigger content loaded
setTimeout(function () {
handlers.layer(_route);
// Add general handlers
handlers.general();
// Remove event listener
$images.off('load');
}, 5000);
} else {
//
handlers.layer(_route);
// Add general handlers
handlers.general();
}
});
}
})
}
function _mouseMove() {
// Track mouse position
$(document).mousemove(function (e) {
// Set global values
window.mouseXPos = e.pageX;
window.mouseYPos = e.pageY;
});
}
function _onResize() {
/// <summary>Initialize window.onresize</summary>
$(window).resize(function () {
setPositions();
});
}
function setPositions() {
/// <summary>Sets dynamic positions</summary>
update.keyhole();
update.sim_bg();
update.legs();
update.start_content();
}
var update = {
keyhole: function () {
if (map.keyhole.length > 0)
TweenMax.set(map.keyhole, {
top: -((375 - map.view_area.height()) / 2),
left: -((map.keyhole.width() - map.view_area.width()) / 2)
});
},
start_content: function () {
if ($("#start-content").length > 0)
TweenMax.set($("#start-content"), {
top: -((375 - $("#view-area").height()) / 2),
left: -(($("#start-content").width() - $("#view-area").width()) / 2)
});
},
sim_bg: function () {
TweenMax.set(map.sim_bg, {
top: -((map.sim_bg.height() - map.view_port.height()) / 2),
left: -((map.sim_bg.width() - map.view_port.width()) / 2)
});
},
legs: function () {
TweenMax.set(map.legs, {
bottom: -(map.view_area.offset().top)
});
}
}
// Main element map
var map = {
main_area: $("#main-area"),
view_port: $("#view-port"),
view_area: $("#view-area"),
layer: $("#layers"),
menu: $("#menu"),
legs: $("#legs"),
keyhole: $("#key-hole"),
sim_bg: $("#simulated-background"),
start_cont: $("#start-content"),
light_contur: $("#light-contur"),
middleT: $("#middle-text"),
tempFix: $("#tween-fix")
}
// Main event and function handlers
var handlers = {
keyhole: function () {
// Set light tween
var lightTw = tl.start.light();
map.light_contur.on("click tap", function () {
// Remove event listeners
map.light_contur.off();
// Start intro
tl.start.intro();
}).on("mouseenter mouseover", function () {
lightTw.play();
}).on("mouseleave mouseout", function () {
lightTw.reverse();
});
},
layer: function (_route) {
// Global settings
var global_settings = new TimelineMax({
paused: true,
onComplete: function () {
// Set show content
var showContent = new TimelineMax({
paused: true,
onStart: function () {
// If information layer is present
if ($("#information-content").length > 0) {
$(".text", "#information-content").mCustomScrollbar({
set_width: 436,
set_height: 357,
});
}
},
onComplete: function () {
// Reset middle text
tl.middle_text.reset();
}
});
// Middle text fadeOut
showContent.add(TweenMax.to(routes[_route].middle_text, 1, {
opacity: 0
}));
// Content fadeIn
showContent.add(TweenMax.to(map.layer, 1.5, {
opacity: 1
}));
// Launch
showContent.play();
}
});
// Settings foreach button
$.each(routes[_route].button_opt, function (index, item) {
var hitbox = $(".hitbox", item.id);
var text = $(".text", item.id);
var info = $(".info", item.id);
// Settings for route button
global_settings.set($(item.id), {
css: item.settings
});
// Declare info,text tweens
hitbox.animation = new tl.layers.route_hover(info, item.info, text, item.text);
// Set mouseeneter/mouseleave handlers
hitbox.on("mouseenter.route mouseover.route", function () {
hitbox.animation.play();
}).on("mouseleave.route mouseout.route", function () {
hitbox.animation.reverse();
}).on("click.route tap.route", function () {
// Disable animations
map.layer.find(".route-btn").each(function () {
$(this).off(".route");
});
});
});
// Set info's settings
global_settings.set($(".info"), {
opacity: 0
});
// Set rotation for gallery container if present
if (routes[_route].is_gallery)
global_settings.set($("#gallery-container"), {
css: {
rotation: routes[_route].gal_rotation
}
});
// Launch settings
global_settings.play();
},
menu: function () {
// Find all menu items
map.menu.find(".menu-item").each(function () {
// Set animation
var item_hover = new tl.menu.itemHover($(this).find(".title"), $(this).find(".icon"));
$(this).find("a.handler").on("mouseenter.action mouseover.action", function () {
// Animate current element
item_hover.play();
console.log("hovered");
}).on("mouseleave.action mouseout.action", function () {
// Reverse animation
item_hover.reverse();
});
// Set click event
$(this).find("a.handler").on("click.action tap.action", function () {
if (!$(this).hasClass("facebook") && !$(this).hasClass("twitter")) {
//Get routeName
var routeName = $(this).attr("data-menu-item");
// Remove all handlers
map.menu.find("a.handler").each(function () {
$(this).off(".action");
});
// Reverse hover
item_hover.reverse().eventCallback("onReverseComplete", function () {
// Show middle text
TweenMax.set(map.middleT, { display: "block" });
// Go to route
tl.menu.toRoute(routeName);
});
}
else {
item_hover.reverse();
}
})
});
},
general: function () {
// Disable clicks on menu items except facebook and twitter
$("a.handler", "#menu").on("click tap", function (e) {
if (!$(this).hasClass("facebook") && !$(this).hasClass("twitter"))
e.preventDefault();
});
// Disable clicks on route buttons
map.layer.find("a").each(function () {
$(this).on("click tap", function (e) {
e.preventDefault();
});
});
}
}
var main_colors = {
green: "#38A516",
red: "#CC081C",
blue: "#1619A5",
yellow: "#ddff1f",
fb: "#3b5a9b",
tw: "#3bcaff"
}
// Route settings
var routes = {
"start": {
url: "/",
opt: {
width: 816,
height: 816,
marginTop: -408,
marginLeft: -408,
rotation: "0_short"
}
},
"animals": {
is_gallery: true,
gal_rotation: 4,
arrow_color: main_colors.green,
button_opt: [
{
id: "#animals-start",
settings: {},
info: {
opacity: 1
},
text: {
opacity: 0
}
},
{
id: "#animals-contact",
settings: {
rotation: 13
},
info: {
left: 0,
opacity: 1
},
text: {}
},
{
id: "#animals-castle",
settings: {
rotation: 13
},
info: {
opacity: 1,
left: 0
},
text: {}
}
],
mt_rotation: 14,
middle_text: $("#animals-mt"),
start_position: function () { return staticRoute.animals(); },
ele: $(".animals", "#menu"),
url: "/i/zveri/",
opt: {
width: 3326,
height: 3326,
marginTop: -2100,
marginLeft: -1900,
rotation: "0_short"
}
},
"contact": {
is_gallery: false,
gal_rotation: 0,
arrow_color: main_colors.red,
button_opt: [
{
id: "#contact-start",
settings: {
rotation: -85
},
info: {
opacity: 1
},
text: {
opacity: 0
}
},
{
id: "#contact-information",
settings: {
rotation: 5
},
info: {
top: 19,
opacity: 1
},
text: {
opacity: 0
}
}
],
mt_rotation: 4,
middle_text: $("#contact-mt"),
start_position: function () { return staticRoute.contact(); },
ele: $(".contact", "#menu"),
url: "/kontakti/",
opt: {
width: 3326,
height: 3326,
marginTop: -900,
marginLeft: -1480,
rotation: "80_short"
}
},
"information": {
is_gallery: false,
gal_rotation: 0,
arrow_color: main_colors.red,
button_opt: [
{
id: "#information-start",
settings: {
rotation: 9
},
info: {
opacity: 1
},
text: {}
},
{
id: "#information-hippy",
settings: {
rotation: 55
},
info: {
left: 115,
opacity: 1
},
text: {}
},
{
id: "#information-masks",
settings: {
rotation: 14
},
info: {
opacity: 1
},
text: {
opacity: 0
}
},
{
id: "#information-animals",
settings: {
rotation: 3
},
info: {
opacity: 1
},
text: {
opacity: 0
}
}
],
mt_rotation: 12,
middle_text: $("#information-mt"),
start_position: function () { return staticRoute.information(); },
ele: $(".information", "#menu"),
url: "/informacija/",
opt: {
width: 3326,
height: 3326,
marginTop: -1445,
marginLeft: -1680,
rotation: "-5_short"
}
},
"castle": {
is_gallery: true,
gal_rotation: 10,
arrow_color: main_colors.red,
button_opt: [
{
id: "#castle-start",
settings: {
rotation: -76
},
info: {
opacity: 1
},
text: {}
},
{
id: "#castle-zuj",
settings: {
rotation: 16
},
info: {
opacity: 1
},
text: {
opacity: 0
}
},
{
id: "#castle-masks",
settings: {
rotation: 20
},
info: {
opacity: 1
},
text: {
opacity: 0
}
}
],
mt_rotation: 14,
middle_text: $("#castle-mt"),
start_position: function () { return staticRoute.castle(); },
ele: $(".castle", "#menu"),
url: "/i/pasaku-teli/",
opt: {
width: 3326,
height: 3326,
marginTop: -866,
marginLeft: -1560,
rotation: "-95_short"
}
},
"masks": {
is_gallery: true,
gal_rotation: -15,
arrow_color: main_colors.yellow,
button_opt: [
{
id: "#masks-start",
settings: {
rotation: -13.5
},
info: {
opacity: 1
},
text: {
opacity: 0
}
},
{
id: "#masks-dress",
settings: {
rotation: -16
},
info: {
opacity: 1
},
text: {
opacity: 0
}
},
{
id: "#masks-abstract",
settings: {
rotation: -14
},
info: {
opacity: 1,
top: 70
},
text: {
}
}
],
mt_rotation: 0,
middle_text: $("#masks-mt"),
start_position: function () { return staticRoute.masks(); },
ele: $(".masks", "#menu"),
url: "/i/maskas-un-cepures/",
opt: {
width: 3326,
height: 3326,
marginTop: -873,
marginLeft: -1833,
rotation: "-32_short"
}
},
"abstract": {
is_gallery: true,
gal_rotation: 18,
arrow_color: main_colors.blue,
button_opt: [
{
id: "#abstract-start",
settings: {
rotation: 8
},
info: {
opacity: 1,
top: 70
},
text: {}
},
{
id: "#abstract-information",
settings: {
rotation: 11
},
info: {
opacity: 1,
left: 212
},
text: {}
},
{
id: "#abstract-castle",
settings: {
rotation: 9
},
info: {
opacity: 1,
left: -30
},
text: {}
}
],
mt_rotation: 8,
middle_text: $("#abstract-mt"),
start_position: function () { return staticRoute.abstract(); },
ele: $(".abstract", "#menu"),
url: "/i/abstrakti-teli/",
opt: {
width: 3326,
height: 3326,
marginTop: -2637,
marginLeft: -923,
rotation: "-180_short"
}
},
"hippy": {
is_gallery: true,
gal_rotation: 18,
arrow_color: main_colors.green,
button_opt: [
{
id: "#hippy-start",
settings: {
rotation: -7
},
info: {
opacity: 1
},
text: {
opacity: 0
}
},
{
id: "#hippy-contact",
settings: {
rotation: -8
},
info: {
opacity: 1,
top: 65
},
text: {}
},
{
id: "#hippy-abstract",
settings: {
rotation: -6
},
info: {
opacity: 1,
left: -167
},
text: {
opacity: 0
}
}
],
mt_rotation: -8,
middle_text: $("#hippy-mt"),
start_position: function () { return staticRoute.hippy(); },
ele: $(".hippy", "#menu"),
url: "/i/raksturlomas/",
opt: {
width: 3326,
height: 3326,
marginTop: -2100,
marginLeft: -1100,
rotation: "-110_short"
}
},
"dress": {
is_gallery: true,
gal_rotation: 18,
arrow_color: main_colors.red,
button_opt: [
{
id: "#dress-start",
settings: {
rotation: 7
},
info: {
opacity: 1
},
text: {
opacity: 0
}
},
{
id: "#dress-animals",
settings: {
rotation: 2
},
info: {
opacity: 1
},
text: {
opacity: 0
}
},
{
id: "#dress-hippy",
settings: {
rotation: 7
},
info: {
opacity: 1
},
text: {
opacity: 0
}
}
],
mt_rotation: 5,
middle_text: $("#dress-mt"),
start_position: function () { return staticRoute.dress(); },
ele: $(".dress", "#menu"),
url: "/i/vakarterpi/",
opt: {
width: 3326,
height: 3326,
marginTop: -850,
marginLeft: -785,
rotation: "-10_short"
}
},
"zuj": {
is_gallery: true,
gal_rotation: 18,
arrow_color: main_colors.blue,
button_opt: [
{
id: "#zuj-start",
settings: {
rotation: 7
},
info: {
opacity: 1,
left: -82
},
text: {
opacity: 0
}
},
{
id: "#zuj-dress",
settings: {
rotation: -75
},
info: {
opacity: 1,
top: -44
},
text: {
opacity: 0
}
},
{
id: "#zuj-information",
settings: {
rotation: 11
},
info: {
opacity: 1,
top: 56
},
text: {
opacity: 0
}
}
],
mt_rotation: 12,
middle_text: $("#zuj-mt"),
start_position: function () { return staticRoute.zuj(); },
ele: $(".zuj", "#menu"),
url: "/i/ziemassvetki-un-jaunais-gads/",
opt: {
width: 3326,
height: 3326,
marginTop: -916,
marginLeft: -1442,
rotation: "0_short"
}
}
}
// Tweens and Timelines and CSS Settings
var tl = {
start: {
intro: function () {
var _self = new TimelineMax({
onComplete: function () {
// Set menu
TweenMax.set(map.menu, {
display: "block",
onComplete: function () {
// Menu handlers
handlers.menu();
// Fade in menu
tl.menu.fadeIn();
}
})
}
});
// Fade out start content
_self.add([
TweenMax.to(map.start_cont, 1, {
opacity: 0,
onComplete: function () {
map.start_cont.remove();
}
})
]);
// Go in to hole
_self.add([
// Keyhole expand and remove
TweenMax.to(map.keyhole, 2, {
ease: 'Expo.easeIn',
width: 8645,
height: 8000,
left: -((8645 - $("#view-area").width()) / 2),
top: -((8000 - $("#view-area").height()) / 2),
onComplete: function () {
TweenMax.to(map.keyhole, 0.8, {
opacity: 0,
onComplete: function () {
map.keyhole.remove();
}
})
}
}),
// Simulated background fullscreen
TweenMax.to(map.sim_bg, 2.7, {
ease: 'Expo.easeInOut',
width: "100%",
height: "100%",
top: 0,
left: 0
}),
// Main area to start position
TweenMax.to(map.main_area, 2.7, {
ease: 'Expo.easeInOut',
css: {
marginTop: -408,
marginLeft: -408,
width: 816,
height: 816
}
})
]);
return _self;
},
light: function () {
return TweenMax.to(map.light_contur, 1, {
opacity: 1,
paused: true
});
}
},
menu: {
fadeIn: function () {
var _self = new TimelineMax();
_self.add([
TweenMax.staggerTo(map.menu.find(".menu-item"), 0.8, {
opacity: 1
}, 0.1)
]);
return _self;
},
reset: function () {
var _self = new TimelineMax();
_self.set(map.menu.find(".title"), {
scale: 0,
opacity: 0
}).set(map.menu.find(".icon"), {
scale: 1,
opacity: 1
}).set(map.menu.find(".menu-item"), {
opacity: 0
});
return _self;
},
itemHover: function (_thisTitle, _thisIcon) {
var _self = new TimelineMax({
paused: true
});
_self.add([
TweenMax.to(_thisTitle, 0.5, {
opacity: 1,
scale: 1
}),
TweenMax.to(_thisIcon, 0.5, {
opacity: 0,
scaleX: 2,
scaleY: 0
})
]);
return _self;
},
toRoute: function (_routeName) {
var _self = new TimelineMax({
onComplete: function () {
console.log("toRoute is complete!");
// Hide menu and reset button state
TweenMax.set(map.menu, {
display: "none",
onComplete: function () {
console.log("map to none is complete!");
tl.menu.reset().eventCallback("onComplete", function () {
console.log("menu reset is complete!");
// Load content for layer
_loadContent(_routeName);
});
}
})
}
});
var middleText = routes[_routeName].middle_text;
// Fade out menu
_self.add(TweenMax.to(map.menu.find(".menu-item"), 1, {
opacity: 0
}));
// Show middle text for route
_self.add(TweenMax.to(middleText, 1, {
opacity: 1
}), "0.4");
// Start animating main area with middle text
_self.add([
TweenMax.to(middleText, 2, {
ease: "Back.easeOut",
css: {
scale: 2,
rotation: routes[_routeName].mt_rotation
}
}),
TweenMax.to(map.main_area, 2, {
ease: "Back.easeOut",
css: routes[_routeName].opt
})
])
}
},
layers: {
route_hover: function (_thisTitle,_thisTitle_opt,_thisText,_thisText_opt) {
var _self = new TimelineLite({
paused: true
});
_self.add([
TweenMax.to(_thisTitle, 0.5, _thisTitle_opt),
TweenMax.to(_thisText, 0.5, _thisText_opt)
]);
return _self;
}
},
middle_text: {
reset: function () {
return TweenMax.set(map.middleT.find("img"), {
rotation: 0
});
}
},
main_area: {
},
general: {
start: function () {
var _self = new TimelineMax({
paused: true,
onComplete: function () {
// Show view port
tl.general.viewPortFadeIn().eventCallback("onComplete", function () {
tl.general.warningSign();
});
}
});
// Set starting page css settings
_self.set(map.view_port, {
display: "block"
});
_self.set(map.light_contur, {
opacity: 0
}).set($(".warning"), {
opacity: 0
}).set(map.keyhole, {
left: -((map.keyhole.width() - map.view_area.width()) / 2),
top: -((map.keyhole.height() - map.view_area.height()) / 2)
}).set(map.start_cont, {
left: -((map.start_cont.width() - map.view_area.width()) / 2),
top: -((map.start_cont.height() - map.view_area.height()) / 2)
}).set(map.sim_bg, {
left: -((map.sim_bg.width() - map.view_port.width()) / 2),
top: -((map.sim_bg.height() - map.view_port.height()) / 2)
}).set(map.legs, {
bottom: -((map.view_port.height() - 665) / 2)
}).set(map.middleT.find("img"), {
opacity: 0
}).add(tl.menu.reset());
return _self;
},
viewPortFadeIn: function () {
return TweenMax.to(map.view_port, 0.8, {
opacity: 1
});
},
warningSign: function () {
return TweenMax.to($(".warning"), 1, {
opacity: 1,
delay: 3
});
}
}
}
// Layer static route coordinates
var staticRoute = {
dress: function () {
return TweenMax.set($("#main-area"), {
css: {
width: 3326,
height: 3326,
marginTop: -850,
marginLeft: -785,
rotation: -10
}
});
},
hippy: function () {
return TweenMax.set($("#main-area"), {
css: {
width: 3326,
height: 3326,
marginTop: -2100,
marginLeft: -1100,
rotation: -110
}
});
},
abstract: function () {
return TweenMax.set($("#main-area"), {
css: {
width: 3326,
height: 3326,
marginTop: -2637,
marginLeft: -923,
rotation: -180
}
});
},
zuj: function () {
return TweenMax.set($("#main-area"), {
css: {
width: 3326,
height: 3326,
marginTop: -916,
marginLeft: -1442,
rotation: 0
}
});
},
information: function () {
return TweenMax.set($("#main-area"), {
css: {
width: 3326,
height: 3326,
marginTop: -1445,
marginLeft: -1680,
rotation: -5
}
});
},
masks: function () {
return TweenMax.set($("#main-area"), {
css: {
width: 3326,
height: 3326,
marginTop: -873,
marginLeft: -1833,
rotation: -32
}
});
},
contact: function () {
return TweenMax.set($("#main-area"), {
css: {
width: 3326,
height: 3326,
marginTop: -900,
marginLeft: -1480,
rotation: 80
}
});
},
animals: function () {
return TweenMax.set($("#main-area"), {
css: {
width: 3326,
height: 3326,
marginTop: -2100,
marginLeft: -1900,
rotation: 0
}
});
},
castle: function () {
return TweenMax.set($("#main-area"), {
css: {
width: 3326,
height: 3326,
marginTop: -866,
marginLeft: -1560,
rotation: -95
}
});
}
}
// Globals
var globals = {
menu_item_hover_complete: true,
route_btn_hover_complete: true
}
// Return initiation
return {
"init": function () { _init(); }
}
}();
$(window).load(function () {
// Initialize site
config.init();
});
Also see: Tab Triggers