fix: refine iframe transition timing and default values
- Adjust transition duration to 200ms for smoother crossfade - Add explicit default values for iframe transform properties - Simplify transition with 'all' shorthand - Set explicit transition duration for editor panel 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
a934736e2c
commit
ca95546180
2 changed files with 6 additions and 4 deletions
|
|
@ -85,7 +85,7 @@ nav {
|
|||
background-color: var(--color-panel-bg);
|
||||
box-shadow: -5px 0px 12px;
|
||||
|
||||
transition: left ease-in-out var(--curve);
|
||||
transition: left 0.3s var(--curve);
|
||||
}
|
||||
|
||||
.tab-content.open {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue