Coder Social home page Coder Social logo

Comments (2)

aibosan avatar aibosan commented on July 20, 2024

Thanks for the input, and your interest.

There's currently no way to select multiple elements. However, there is a workaround. You can create a group around a single selected element (ctrl+g or object->group). While somewhat more time-consuming, you can then cut (ctrl+x) another element, select the new group, and paste it in place (ctrl+shitf+v).

That probably seems really weird, but I find multi-select doesn't gel well with one of the main design philosophies - manipulating individual elements with the clarity of the underlying XML in mind. The way things are set up, each time I started building a multi-select system, I just started running into dozens of weirdly specific scenarios which made the behavior vastly different from manipulating a single element, which is never good.

How do you treat pasting animations into elements which cannot display them? How do you treat pasting transformation animations into elements which are nested? How about if some of the elements are animations (which would normally replace their timing) and others are regular elements?

As a result, the whole issue is now a really low priority, but I might get to tackle it eventually.

from anigen.

larpon avatar larpon commented on July 20, 2024

Alright - thanks for the explanation and workaround!

from anigen.

Related Issues (13)

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.