+ {emails.map((e, i) => {
+ const y = spring({ frame: localFrame, fps, config: SPRING_SOFT, from: 30, to: 0, delay: i * 4 });
+ const op = interpolate(localFrame, [i * 4, i * 4 + 8], [0, 1], { extrapolateLeft: "clamp", extrapolateRight: "clamp" });
+ return (
+
+
+
{e.from}
+
{e.subject}
+
{e.time}
+
+ );
+ })}
+