aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-09-03 23:05:54 +0800
committercrupest <crupest@outlook.com>2020-09-03 23:05:54 +0800
commit5a0adf596988efe8c3e49efcba7594f134a9cb0d (patch)
tree792ee4899e7e00d518ea37d6ddd68555a83ac51e /Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx
parent92cc0f89d8c4314f4eebc76a0d12c9436f28f71a (diff)
downloadtimeline-5a0adf596988efe8c3e49efcba7594f134a9cb0d.tar.gz
timeline-5a0adf596988efe8c3e49efcba7594f134a9cb0d.tar.bz2
timeline-5a0adf596988efe8c3e49efcba7594f134a9cb0d.zip
Remove animation of timeline entrance.
Diffstat (limited to 'Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx')
-rw-r--r--Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx b/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx
index 1cb15d8e..fd051d45 100644
--- a/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx
+++ b/Timeline/ClientApp/src/app/views/timeline-common/Timeline.tsx
@@ -52,7 +52,6 @@ const Timeline: React.FC<TimelineProps> = (props) => {
return (
<div ref={props.containerRef} className={clsx("timeline", props.className)}>
- <div className="timeline-enter-animation-mask" />
{(() => {
const length = posts.length;
return posts.map((post, i) => {