Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
🔀 Smooth list animation for web components.
This element is an implementation of the FLIP-technique for arbitrary elements. Simply place it around the elements you indend to move and they will smoothly slide over the screen.
This element lives on npm. Install with yarn add dom-flip
or npm install --save dom-flip
.
You can use this element together with any templatizing element that modifies the DOM. The animated elements must be direct children of the dom-flip
element.
To be able to correlate changes in the model to changes to the DOM, this element requires that you give every element a unique ID. This can be either an attribute, or a property.
<dom-flip>
<template is="dom-repeat" items="[[items]]">
<my-item data-flip-id$="[[item.id]]">[[item.name]]</my-item>
</template>
</dom-flip>
It is also special-cased to work with Polymer's dom-repeat
. Although we wish it did, this element will not work with <iron-list>
due to the virtualization. Maybe this can be fixed in the future.
MIT
FAQs
Smooth position animation for web components
The npm package dom-flip receives a total of 6 weekly downloads. As such, dom-flip popularity was classified as not popular.
We found that dom-flip demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.