Leaflet.SmoothMarkerBouncing icon indicating copy to clipboard operation
Leaflet.SmoothMarkerBouncing copied to clipboard

Smooth animation of marker bouncing for Leaflet.

Results 12 Leaflet.SmoothMarkerBouncing issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to implement bounce effect on my markers from vue2-leaflet LMarker. Below is the code snippet: ``` import 'leaflet.smooth_marker_bouncing/dist/bundle.js' . . . this.map.eachLayer((layer) => { if (layer instanceof...

It would be really useful to have a way to instantly stop bouncing, rather than wait till the end of the current animation

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 3.2.0 to 3.2.1. Release notes Sourced from loader-utils's releases. v3.2.1 3.2.1 (2022-11-11) Bug Fixes ReDoS problem (#224) (d2d752d) Changelog Sourced from loader-utils's changelog. 3.2.1 (2022-11-11) Bug Fixes...

dependencies

If I do this on a context menu click it works perfectly ... ```javascript function indicateOnline(e) { let marker = e.relatedTarget.repeater.marker; marker.toggleBouncing(); } ``` Where as this fails ?? ```javascript...

Bumps [rollup](https://github.com/rollup/rollup) from 4.19.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...

dependencies

Bumps [@blakeembrey/template](https://github.com/blakeembrey/js-template) from 1.0.0 to 1.2.0. Release notes Sourced from @​blakeembrey/template's releases. Support nested keys Changed Replace new Function to minimize code sanitization required and mitigate CVEs filed against untrusted...

dependencies

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies