123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975 |
- #animation-curve-editor {
- font-family: acumin-pro-condensed;
- .last {
- margin-left: 3px;
- }
- .icon {
- width: 40px;
- height: 40px;
- &.medium {
- width: 30px;
- height: 30px;
- }
- &.small {
- width: 20px;
- height: 20px;
- }
- &.babylon-logo {
- background-image: url('./assets/babylonLogo.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- }
- &.close {
- background-image: url('./assets/closeWindowIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.auto-tangent {
- background-image: url('./assets/autoTangentIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.break-tangent {
- background-image: url('./assets/breakTangentIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.flat-tangent {
- background-image: url('./assets/flatTangentIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.frame {
- background-image: url('./assets/frameIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.linear-tangent {
- background-image: url('./assets/linearTangentIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.unify-tangent {
- background-image: url('./assets/unifyTangentIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.add-animation {
- background-image: url('./assets/addAnimationIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.animation-bullet {
- background-image: url('./assets/animationBulletIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.animation-delete {
- background-image: url('./assets/animationDeleteIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.animation-edit {
- background-image: url('./assets/editIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.animation-end {
- background-image: url('./assets/animationEndIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- width: 20px;
- cursor: pointer;
- background-position: center;
- }
- &.animation-lastkey {
- background-image: url('./assets/animationLastKeyIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- width: 20px;
- cursor: pointer;
- background-position: center;
- &:hover{
- background-image: url('./assets/animationLastKeyHoverIcon.svg');
- }
- }
- &.animation-nextkey {
- background-image: url('./assets/animationNextKeyIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- width: 20px;
- cursor: pointer;
- background-position: center;
- &:hover{
- background-image: url('./assets/animationNextKeyHoverIcon.svg');
- }
- }
- &.animation-options {
- background-image: url('./assets/animationOptionsIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- background-position: center;
- &:hover{
- background-color: #888888 !important;
- }
- }
- &.animation-playfwd {
- background-image: url('./assets/animationPlayFwdIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- background-position: center;
- width: 20px;
- cursor: pointer;
- background-position: center;
- &:hover {
- background-image: url('./assets/animationPlayFwdHoverIcon.svg');
- }
- }
- &.animation-playrev {
- background-image: url('./assets/animationPlayRevIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- background-position: center;
- width: 20px;
- cursor: pointer;
- background-position: center;
- &:hover {
- background-image: url('./assets/animationPlayRevHoverIcon.svg');
- }
- }
- &.animation-start {
- background-image: url('./assets/animationStartIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- background-position: center;
- cursor: pointer;
- background-position: center;
- width: 20px;
- }
- &.animation-stop {
- background-image: url('./assets/animationStopIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- background-position: center;
- cursor: pointer;
- background-position: center;
- width: 20px;
- }
- &.animation-triangle {
- background-image: url('./assets/animationTriangleIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.key-active {
- background-image: url('./assets/keyActiveIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.key-inactive {
- background-image: url('./assets/keyInactiveIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.key-selected {
- background-image: url('./assets/keySelectedIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.loop-active {
- background-image: url('./assets/loopActiveIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.loop-inactive {
- background-image: url('./assets/loopInactiveIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.move {
- background-image: url('./assets/moveIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.save {
- background-image: url('./assets/saveIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.load {
- background-image: url('./assets/loadIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- cursor: pointer;
- }
- &.checked {
- background-image: url('./assets/checkboxCheckedIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.unchecked {
- background-image: url('./assets/checkboxDefaultIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.new-key {
- background-image: url('./assets/newKeyIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.scale {
- background-image: url('./assets/scaleIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- &.scrollbar-handle {
- background-image: url('./assets/scrollbarHandleIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: white;
- }
- }
- .hidden {
- display: none;
- }
- .notification-area{
- position: absolute;
- width: auto;
- left: 0.53em;
- bottom: 60px;
- background-color: rgb(199, 50, 40);
- padding: 16px;
- border-radius: 5px;
- color: white;
- right: 2em;
- z-index: 1000;
- button{
- position: absolute;
- top: 3px;
- right: 10px;
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
- -webkit-appearance: none;
- color: #000;
- text-shadow: 0 1px 0 #fff;
- opacity: .4;
- font-size: 1.8em;
- }
- }
- .header{
- display: flex;
- padding: 9px;
- background: #333333;
- color: white;
- height: 1.3em;
- justify-content: space-between;
- align-items: center;
- padding-left: 12px;
- padding-right: 12px;
- .title{ text-transform: uppercase; }
- .close {
- grid-column: 2;
- display: grid;
- align-items: center;
- justify-items: center;
- cursor: pointer;
- }
- }
- .actions-wrapper {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- background: #333333;
- height: 40px;
- .close {
- position: absolute;
- right: 1px;
- }
- .title-container {
- display: flex;
- justify-content: stretch;
- align-items: center;
- color: white;
- width: 220px;
- .title {
- font-size: 15pt;
- }
- }
- .buttons-container{
- display: flex;
- }
- .action-input{
- display: flex;
- justify-content: center;
- flex-direction: row;
- align-items: center;
- margin-right: 8px;
- input {
- width: 75px;
- height: 24px;
- color: white;
- font-size: 12px;
- background: none;
- border: none;
- background-color: black;
- padding: 6px;
- }
- }
- }
- .content{
- display: flex;
- align-items: flex-start;
- justify-content: flex-start;
- flex-direction: column;
- height: 462px;
- .row {
- width: 1024px;
- height: 427px;
- display: flex;
- flex-flow: row;
- background-color: #333333;
- }
- .row-bottom {
- display: flex;
- align-items: stretch;
- justify-content: flex-start;
- flex-direction: row;
- width: 1024px;
- height: 45px;
- background-color: #333333;
- .timeline{
- width: 100vw;
- background: #333333;
- display: flex;
- align-items: center;
- justify-content: stretch;
- height: 2.5rem;
- .display-line {
- width: 75vw;
- height: 40px;
- overflow: hidden;
- margin-right: 0px;
- padding-left: 10px;
- padding-right: 10px;
- &::-webkit-scrollbar{
- height: 0.4em;
- }
- &::-webkit-scrollbar-track {
- box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- }
-
- &::-webkit-scrollbar-thumb {
- background-color: cornflowerblue;
- outline: 1px solid slategrey;
- }
- }
- .input-frame{
- width: 60px;
- margin-left: 10px;
- margin-right: 10px;
- input {
- text-align: center;
- width: 60px;
- border: none;
- background: #222222;
- color: white;
- height: 25px;
- font-size: 15px;
- font-family: acumin-pro-condensed;
- &::-webkit-inner-spin-button, &::-webkit-outer-spin-button {
- appearance: none;
- -webkit-appearance: none;
- margin: 0;
- }
- }
- }
- .timeline-scroll-handle{
- display: flex;
- flex-direction: row;
- height: 25px;
- margin: 10px;
-
- .scroll-handle {
- width: 703px;
- background-color: #222222;
- height: 25px;
- display: flex;
- align-items: center;
- .handle {
- display: flex;
- flex-direction: row;
- height: 20px;
- background-color: #666666;
- justify-content: space-between;
- .left-grabber, .right-grabber {
- display: flex;
- align-items: center;
- cursor: pointer;
- }
- .left-grabber {
- padding-left: 3px;
- }
- .right-grabber {
- padding-right: 3px;
- }
- .grabber{
- background-color: #333333;
- width:2px;
- height: 16px;
- margin-right:2px
- }
- .text{
- margin-left:10px;
- margin-right: 10px;
- font-size: 12px;
- font-family: acumin-pro-condensed;
- color: #222222;
- }
- }
- }
- }
- .timeline-wrapper {
- margin-top: -40px;
- margin-left: -2px;
- }
- .controls {
- display: flex;
- justify-content: center;
- align-items: center;
- padding-left: 46px;
- padding-right: 46px;
- margin-left: 10px;
- .stop-container{
- width: 40px;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .input-frame input {
- width: 3em;
- }
- }
- }
- }
- .animation-list{
- margin: 10px;
- margin-top: 0;
- margin-bottom: 0;
- background: #111111;
- color: white;
- width: 210px;
- .controls-header {
- display: flex;
- background-color: #252525;
- .input-fps{
- display: flex;
- align-items: center;
- width: 52px;
- padding-left: 4px;
- .numeric{
- input{
- width: 52px;
- font-size: 12px;
- height: 22px;
- background-color: black;
- border: none;
- color: white;
- text-align: center;
- &::-webkit-inner-spin-button, &::-webkit-outer-spin-button {
- appearance: none;
- -webkit-appearance: none;
- margin: 0;
- }
- font-family: acumin-pro-condensed;
- }
- }
- p {
- color: white;
- font-size: 12px;
- margin: 0px;
- position: relative;
- right: 17px;
- line-height: 20px;
- height: 20px;
- margin-top: -2px;
- }
- }
- }
- .new-animation{
- display: block;
- position: absolute;
- background-color: #111111;
- height: 367px;
- z-index: 10;
- .sub-header {
- display: flex;
- align-items: start;
- width: 250px;
- justify-content: space-between;
- .title {
- margin: 0px;
- font-size: 15pt;
- }
- }
- .sub-content{
- background-color: #111111;
- padding: 10px;
- display: inline-grid;
- grid-template-columns: 63px 127px;
- grid-template-rows: repeat(6, 30px);
- font-size: 12px;
- .confirm-buttons {
- grid-column-start: 2;
- .buttonLine {
- button {
- width: 60px;
- height: 20px;
- background-color: rgb(68, 68, 68);
- color: white;
- font-size: 12px;
- line-height: 11px;
- margin: 5px;
- font-size: 10px;
- font-family: acumin-pro-condensed;
- border: none;
- }
- }
- }
- }
- }
- .object-tree{
- background-color:#111111;
- ul {
- list-style:none;
- padding-left: 0px;
- padding: 0px;
- margin: 0px;
- li.property {
- &.sub {
- height: auto;
- }
- &:before {
- content: '';
- background: none;
- }
- height: 20px;
- display: flex;
- flex-wrap: wrap;
- font-size: 12px;
- p {
- display: inline;
- font-size: 12px;
- margin: 0px;
- flex: 8;
- cursor: pointer;
- }
- .spacer{
- width: 20px;
- height: 20px;
- }
- .animation-bullet {
- background-image: url('./assets/animationBulletIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: contain;
- color: #7a4ece;
- width: 10px;
- margin-left: 18px;
- margin-right: 2px;
- height: 20px;
- background-position-y: 5px;
- }
- .animation-arrow {
- width: 30px;
- background-image: url('./assets/animationTriangleIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: 10px;
- background-position-y: center;
- background-position-x: 18px;
- cursor: pointer;
- &.flip {
- transform: rotate(180deg);
- background-position: 2px 50%;
- }
- }
- &.active {
- background-color: #444444;
- }
- .handle-indicator{
- width: 30px;
- &.show {
- display: block;
- background-image: url('./assets/keySelectedIcon.svg');
- background-repeat: no-repeat;
- background-color: transparent;
- background-size: 10px;
- color: white;
- background-position-x: 9px;
- background-position-y: 5px;
- }
- &.hide {
- display: none;
- }
- }
- ul.sub-list {
- flex-grow: 1;
- flex-shrink: 1;
- flex-basis: 100%;
- .property{
- cursor: pointer;
- }
- }
- }
- }
- }
- .label-input{
- display: contents;
- label {
- text-align: right;
- }
- input {
- margin-left: 5px;
- height: 20px;
- background-color: #444444;
- border: none;
- color: white;
- padding-left: 3px;
- font-size: 10px;
- &:focus{
- border-radius: 0px;
- outline-style: auto;
- outline-color: lightgrey;
- }
- font-family: acumin-pro-condensed;
- }
- select {
- height: 20px;
- margin-left: 5px;
- font-size: 10px;
- background-color: #444444;
- border: none;
- color: white;
- &:focus{
- border-radius: 0px;
- outline-style: auto;
- outline-color: lightgrey;
- }
- font-family: acumin-pro-condensed;
- }
- }
- }
- .sample-chart{
- .linear {
- .draggable {
- cursor: move;
- }
- }
- }
- .graph-chart{
- overflow: hidden;
- scroll-behavior: smooth;
- background-color: rgb(17, 17, 17);
- height: 364px;
- width: 782px;
- .linear{
- overflow: visible;
- border: 0px solid white;
- height: 362px;
- width: 780px;
- outline: none;
- svg {
- overflow: visible;
- }
- &:focus {
- outline-color: transparent;
- }
- line {
- stroke: #555555;
- stroke-width: 0.2;
- }
- text {
- fill: #555555;
- font-family: 'acumin-pro-condensed';
- }
- .control-point {
- display: none;
- }
- .control-point.active {
- display: inline;
- stroke: #e9db1e;
- stroke-width: 0.2;
- }
- }
- .playhead-wrapper {
- position: relative;
- left: -13px;
- bottom: 366px;
- }
- .playhead-handle {
- position: relative;
- top: 340px;
- .playhead {
- width: 22px;
- background-color: transparent;
- color: #555555;
- text-align: center;
- font-size: 12px;
- position: absolute;
- top: 1px;
- }
-
- .playhead-circle {
- background-color: #ffffff;
- width: 22px;
- height: 22px;
- border-radius: 50%;
- position: absolute;
- top: 0;
- }
- }
- .playhead-line {
- width: 1px;
- height: 341px;
- background-color: #ffffff;
- position: absolute;
- margin-left: 9.5px;
- }
- }
- }
- .buttonLine {
- height: 30px;
- display: grid;
- align-items: center;
- justify-items: stretch;
- input[type="file"] {
- display: none;
- }
- .file-upload {
- background: #222222;
- border: 1px solid rgb(51, 122, 183);
- margin: 5px 10px 5px 10px;
- color:white;
- padding: 4px 5px;
- opacity: 0.9;
- cursor: pointer;
- text-align: center;
- }
- .file-upload:hover {
- opacity: 1.0;
- }
- .file-upload:active {
- transform: scale(0.98);
- transform-origin: 0.5 0.5;
- }
- button {
- background: #222222;
- border: 1px solid rgb(51, 122, 183);
- margin: 5px 10px 5px 10px;
- color:white;
- padding: 4px 5px;
- opacity: 0.9;
- cursor: pointer;
- }
- button:hover {
- opacity: 1.0;
- }
- button:active {
- background: #282828;
- }
-
- button:focus {
- border: 1px solid rgb(51, 122, 183);
- outline: 0px;
- }
- }
- }
|