
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Install | Demo | Documentation | Releases
💎 The powerful Sass library for creating CSS transitions and animations. The code is a standalone library, used by Foundation for Sites.
Install Motion UI with npm or Bower.
npm install motion-ui --save
bower install motion-ui --save
Then to build with Sass (Autoprefixer is required):
// Add the load path "[modules_folder]/motion-ui/src" to your Sass configuration
@import 'motion-ui';
@include motion-ui-transitions;
@include motion-ui-animations;
Autoprefixer is required for the Sass installation as Motion UI uses unprefixed transition and animation properties. We recommend you to install PostCSS and Autoprefixer.
Or to use the equivalent pre-compiled CSS, import the Motion UI standalone CSS file dist/motion-ui.css
or dist/motion-ui.min.css
.
To easily transition elements in and out using Motion UI classes, import the Motion UI JavaScript library dist/motion-ui.js
or dist/motion-ui.min.js
.
See the full installation instructions
git clone https://github.com/foundation/motion-ui
cd motion-ui
npm install
npm start
to compile test Sass/JS files, and to build the documentation.
To make changes to the documentation, edit the files under docs/src
.npm test
to run the unit tests.npm start dist
to compile distribution files.2.0.8 (26 Sept 2024)
FAQs
Sass library for creating transitions and animations.
The npm package motion-ui receives a total of 25,390 weekly downloads. As such, motion-ui popularity was classified as popular.
We found that motion-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.