Slide element
Last updated on 8/22/2025@mrbirddev
When you are trying to make a personal portfolio or profile website, sections you would normally include are "Homepage", "Works", "Contact". It could be achieved by using multiple real webpages. However, it's tedious and hard to apply animations if you do it this way.
The slide element allows you to create multiple slides (or sections, tabs, sub-pages, whatever you would love to call them) inside one webpage, greatly simplifying the process of separating different groups of content.
And you can set the animation of switching slides on the page element ( the parent of slide element ).
Last updated on 8/22/2025@mrbirddev