Hexons documentation
Last update: February 28, 2026
General Settings
Start by updating your Framer site settings: Framer > Site Settings > General. Use the official Framer documentation as a reference.
Templates for Favicons, App Icons, and Site Images are available in the Figma file - find them on the Assets page.
Logo Replacement
Since the logo appears in at least two places - the main header and the sticky header - it is managed through a component. To update it, replace the content inside the Logotype component.
- Go to the Assets tab and locate the Logo component in the Project folder.
- Drag the SVG onto the canvas, then place the logo inside the Logotype component via the Layers panel.
- Resize it while holding Shift to maintain proportions.
Replacing a Section
- Moving a section to another page: Always copy the desktop version - intermediate breakpoints are copied along with it. Select the section, right-click it in the Layers panel, and choose Copy. Navigate to the target page, select the Desktop frame, right-click, and choose Paste.
- Replacing one section with another: Copy the section as described above. On the target page, select the desired section in the Layers panel - make sure the parent frame is selected - then right-click and choose Paste > Paste in Place.
Page Transition Effects
Configured via the Page Effects menu. See the Framer documentation for details.
Section Entrance Animations
On all pages, each section has a scroll animation with a Layer in View trigger - the entrance effect fires when the section enters the viewport. This can be configured per section. Currently there is no way to change all effects globally, but for convenience they are identical across all sections and applied only at the top-level frame of each section. The effect can be copied and pasted between sections.
Close Overlay On Scroll
- Used inside the dropdown overlay in both the main and sticky menus.
- Hides an expanded dropdown when the user scrolls. Not required, but improves the overall UX.
Show On Scroll
- Used in the Layout Template to display the Sticky Header.
- An invisible component that shows content after a defined scroll threshold. Supports separate thresholds for showing and hiding, as well as configurable entrance and exit animations.
- Note: Setting height to fit content makes the element unselectable on the canvas. Use fixed height values instead.
Scroll Text Line
- Used on all Home pages.
- Creates a marquee/ticker text effect tied to the scroll event. Supports direction, animation, font, and color customization.
Image Parallax
- Used on all images across the site.
- Controls image movement tied to the scroll event. Unlike the native parallax, it activates only when the image is in the visible viewport area. The image fades in smoothly as it loads.
- Lazy loading - loads the image only when it enters the viewport, reducing page load and improving performance.
- Loading transition - entrance animation for lazy-loaded images.
- Movement transition - usually not needed; this is the motion animation that follows the scroll.
- Scale - used for a zoom-on-hover effect, controlled via Framer component States. An example can be found on any card component.
- Disable on mobile - turns off the parallax effect on mobile devices.
Full Height
- Used in Card Case Portrait and Card Case Overlay components.
- Adds flex properties to the parent so it stretches to full height.