Skip to content

Commit

Permalink
fix: feed column flickering (#2143)
Browse files Browse the repository at this point in the history
* fix: feed column flickering

* fix: update
  • Loading branch information
xiangzy1 authored Dec 16, 2024
1 parent 0505e3d commit ffe535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/entry-column/wrapper.shared.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const styles = tw`relative h-0 grow`
export const animationStyles = tw`delay-100 duration-200 ease-in-out animate-in fade-in slide-in-from-bottom-24 f-motion-reduce:fade-in-0 f-motion-reduce:slide-in-from-bottom-0`
export const animationStyles = tw`duration-300 ease-in-out animate-in fade-in slide-in-from-bottom-24 f-motion-reduce:animate-none`

export interface EntryColumnWrapperProps extends ComponentType {
onScroll?: (e: React.UIEvent<HTMLDivElement>) => void
Expand Down

0 comments on commit ffe535d

Please sign in to comment.