Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@qonto/ember-lottie
Advanced tools
Render lottie after effects animations in Ember.js.
ember install @qonto/ember-lottie
<Lottie
@name="empty state"
@animationData={{this.animationData}}
@path="/data.json"
@loop={{false}}
@autoplay={{false}}
@speed={{500}}
@containerId={{this.id}}
@onDataReady={{this.args.onDataReady}}
/>
Argument | Type | Description | Example | |
---|---|---|---|---|
name | string | animation name for future reference | ||
animationData | object | an object with the exported animation data (mandatory at least one: animationData or path ) | ||
path | string | the relative path to the animation object (mandatory at least one: animationData or path ) | ||
loop | boolean | by default at true , the animation runs forever, at false , the animation is played only once | ||
autoplay | boolean | by default to true , it will play as soon as it's loaded | ||
speed | number | 1 is normal speed | ||
containerId | string | the dom element id on which to render the animation (mandatory) | ||
onDataReady | function | a function that triggers the Lottie when you want it | ||
onError | function | a function that can be used as a callback when fetching the lottie file throws |
The `Lottie`` component has proper Glint types, which allow you to get strict type checking in your templates when using TypeScript.
Unless you are using strict mode templates (via first class component templates), you need to import the addon's Glint template registry entries as described in the Using Addons documentation:
// e.g. types/glint.d.ts
import "@glint/environment-ember-loose";
import type LottieRegistry from "@qonto/ember-lottie/template-registry";
declare module "@glint/environment-ember-loose/registry" {
export default interface Registry
extends LottieRegistry /* other addon registries */ {
// local entries
}
}
See the Contributing guide for details.
This project is licensed under the MIT License.
FAQs
Render lottie after effects animations in Ember.js
The npm package @qonto/ember-lottie receives a total of 351 weekly downloads. As such, @qonto/ember-lottie popularity was classified as not popular.
We found that @qonto/ember-lottie demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.