UNPKG

monaca-lib

Version:

Monaca cloud API bindings for JavaScript

139 lines (116 loc) 2.4 kB
/* * Copyright (c) 2015 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .animation-row { height: 40px; width: 100%; display: flex; } .animation-node-description { display: inline-block; height: 100%; vertical-align: top; line-height: 40px; min-width: 200px; max-width: 200px; padding-left: 15px; overflow: hidden; border-right: 1px solid #ccc; } .animation-row:nth-child(odd) > .animation-node-description { background-color: #f6f6f6; } .animation-timeline-row { position: relative; display: inline-block; flex-grow: 1; } .animation-timeline-row > canvas { position: absolute; top: 0; left: 0; } .animation-timeline-grid-row { border-bottom: 1px dashed #ccc; } path.animation-keyframe { fill-opacity: 0.3; } line.animation-line { stroke-width: 3; stroke-linecap: round; fill: none; } circle.animation-endpoint { stroke-width: 3; } circle.animation-keyframe-point { stroke-width: 3; fill: white; } .animation-name { position: absolute; top: 15px; color: #777; text-align: center; margin-left: -8px; } .animation-timeline-header { height: 44px; border-bottom: 1px solid #ccc; } .animation-control-replay { float: right; content: url(Images/animationsReplay.png); } .animation-control-replay circle { stroke: #666; stroke-width: 2px; fill: none; } .animation-control-replay path { fill: #666; } .animation-control-replay:hover circle { stroke: #333; } .animation-control-replay:hover path { fill: #333; } .animation-controls { width: 200px; max-width: 200px; padding: 10px; height: 100%; border-right: 1px solid #ccc; line-height: 22px; } .animation-timeline-markers { height: 100%; width: calc(100% - 200px); display: inline-block; } .animation-time-overlay { background-color: black; opacity: 0.05; position: absolute; left: 200px; height: 100%; width: calc(100% - 200px); } .view.component-root.platform-linux.vbox { overflow: hidden; } input.animation-playback-slider { float: right; width: 63px; margin-right: 8px; } .animation-playback-label { float: right; margin-right: 8px; line-height: 24px; width: 34px; }