New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@miraidesigns/fx

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miraidesigns/fx

Mirai Designs Framework: Fx module

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

FX

A collection of variables and mixins to create various effects and transitions for our elements.


Sass

@use '@miraidesigns/fx';

Animation

Apply transitions and animations in a consistent manner.

.#{base.$prefix}-class--animate {
    @include fx.animation-standard(transform, 200ms);
}

Elevation

Elevate your elements and set them apart on various layers.

.#{base.$prefix}-class--elevate {
    @include fx.elevation(2);

    // Also works well in combination with our layer system.
    @include fx.elevation(base.layer('dialog'));
}

Keywords

FAQs

Package last updated on 13 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc