JavaScript Which API is this?

-1

Could you give me a direction regarding the side menu "Bubbles" where you change the pages for it? Would you have an Api for that? And in the bike part there are some points with a + sign, where the user passes the mouse and displays an information, what would that be?

Example: link

Which JavaScript library is responsible for the contextualization and sequencing of images? To work with it in such a way that it will give the 3D feel but it does not pass if an image sequence

    
asked by anonymous 22.03.2018 / 16:08

1 answer

0

This template uses the fullPage.JS opensource library ( link ) through which the transition is managed of screens, menus, etc., with some additional customization in CSS transitions.

The parallax effect uses an additional extension: link

Also see the project on GitHub : link

    
23.03.2018 / 17:29