Skip to content

Commit

Permalink
🔥 Remove delay on opacity in for tab contents
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Dec 15, 2023
1 parent 4023405 commit 5b8050e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/tabs/content/browser-tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ class BrowserRenderedTab extends BrowserCustomizableArea {

const opacityAnimation = window.timeline(inAnimation).add({
targets: this.customizableContainer,
delay: inAnimation.duration * 0.2,
opacity: [0, 1]
});

Expand Down

0 comments on commit 5b8050e

Please sign in to comment.