Welcome to project Axiom!

Project Axiom is a web component set which aims to combine good part of Fluent Design System and Material Design to a single design language.

This repo contains code of tilt effect effect of Fluent design System.

To use this package, install by one of following:

General Button

In order to use this component, we need to prepare some HTML:

<ax-pressure>
              <button class="ax-pressure-button">Hello</button>
            </ax-pressure>
            <ax-pressure>
              <button class="ax-pressure-button">World</button>
            </ax-pressure>

Zoom Factor

.my-tile-container{
              --pressure-zoom: 1;
            }

Tilt Depth

.my-tile-container{
              --pressure-tilt-depth: 50px;
            }

Perspective

.my-tile-container{
              --pressure-perspective: 5px;
            }