Git Product home page Git Product logo

Comments (3)

bbecquet avatar bbecquet commented on September 26, 2024

Hi!
This is not really a part of the plugin, as it doesn't come with any animation, but I guess you added some transition property to the marker style.
The direction of the rotation depends only on the start and end angle values. Rotation is clockwise if end > start, and counter-clockwise if start > end. Fortunately, all different values of an angleare supported, not only [0, 360[, but also negatives and all values modulo 360.
That means 355 deg <=> -5 deg, so if you use -5 in your example, the animation will happen counter-clockwise. To generalize it, you need to compute:

  • for clockwise, the minimum value of the end angle greater than the start angle
  • for counter-clockwise, the maximum value of the end angle lower than the start angle

from leaflet.rotatedmarker.

dylankolson avatar dylankolson commented on September 26, 2024

Would love to be able to set the direction of the rotation

from leaflet.rotatedmarker.

bbecquet avatar bbecquet commented on September 26, 2024

Hi @diklankolsin. As I explained in the above reply, rotation animation is not part of this plug-in, but I proposed a way to control it through angle values. I don't want to give the plug-in responsibility for animation, because more than direction it would open the door to other things that are better left to CSS (rotation speed and easing, for example).

from leaflet.rotatedmarker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.