We are going to explain the main elements and concepts that you will need to start prototyping with Framer.
For further information, or as a reference guide, we recommend you to read the documentation offered by Framer Studio at https://framer.com/docs/.
Framer comes with a set of predefined elements that will help you create your prototypes. Framer.js provides several basic building blocks to build the structure of your prototype and help you control the events and actions you need to describe its behavior. Following the order of the official documentation those elements are the Layers that will be the base of our prototype, the Animations that allow us to move and change properties of our layers, the Events that will help us to make our prototype interactive, and the States that help us to create different states of our layers and change among them. We...