Skip to content

Instantly share code, notes, and snippets.

View vfshera's full-sized avatar
🎯
Focusing

Franklin Shera vfshera

🎯
Focusing
View GitHub Profile
@gopinav
gopinav / LandingPage.tsx
Created January 29, 2024 10:58
Final component code with secondary navbar animations
import React, { useState } from "react";
import { useInView, InView } from "react-intersection-observer";
const sections = ["Issues", "Cycles", "Roadmaps", "Workflows"];
const menuWidths = {
Issues: {
open: "124px",
closed: "65px",
},