Development Timeline - Copy this Angular, Tailwind Component to your project
Design a UI component that displays a development timeline step by step. When the page loads, only one element is visible, showing the content of the current stage. This content will sequentially change from the initial stage to the present stage with smooth animations. Specific requirements: Only one block (div) is displayed at a time, showing the image and description of the current stage. When transitioning to a new stage, use a fade-in/out or slide transition effect for a smooth user experience. Automatically switch content after a set interval (e.g., 3 seconds). Minimalist and modern design with clear typography and easy-to-read layout. Neutral color scheme or a palette that matches the website's overall theme. Utilize Tailwind CSS and Angular animations to ensure smooth transitions. Optionally, add controls that allow users to go back or pause the timeline progression.
