From 45a4cda8d9d5b205804216b9089918f1718b96f4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 25 May 2021 20:32:07 +0200 Subject: keyframe placement :tada: --- styles/editor.css | 4 ++++ styles/keyframes.css | 10 ++++++++++ 2 files changed, 14 insertions(+) (limited to 'styles') diff --git a/styles/editor.css b/styles/editor.css index 7eda309..a333a56 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -217,6 +217,10 @@ white-space: nowrap; } +.appGrid .timeline .timelineInner.blur { + pointer-events: none; +} + .timeline .scrubber { width: 2px; overflow: visible; diff --git a/styles/keyframes.css b/styles/keyframes.css index 8a4f06f..4d9f472 100644 --- a/styles/keyframes.css +++ b/styles/keyframes.css @@ -44,5 +44,15 @@ fill: currentColor; } +.keyframe .background, +.keyframe .outline { + opacity: 1; + transition-property: opacity; + transition-duration: 200ms; +} + .keyframe.ghost .background { opacity: .2; } .keyframe.ghost .outline { opacity: .7; } + +#ghost { transform: translate(-16px, -16px); } + -- cgit v1.2.3