Skip to content

issues Search Results · repo:cocopon/tweakpane language:TypeScript

Filter by

273 results
 (73 ms)

273 results

incocopon/tweakpane (press backspace or delete to remove)

Hello, In many cases, color is inherited from the parent element. It would be very useful to add an option to be able to unset the color to an empty value. An empty value means that the color is inherited. ...
  • 2mik
  • Opened 
    on Jun 21
  • #648

https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklch This is an alternative color space to the typical RGB, and it would be awesome if the tweakpane color panel supported oklch as a raw ...
  • pradyunsg
  • 2
  • Opened 
    on May 27
  • #647

TweakPane is a powerful library for creating GUI controls, but when used directly in React applications, it creates several challenges. By wrapping TweakPane in React components, we can significantly improve ...
  • gaki2
  • 2
  • Opened 
    on May 3
  • #645

I noticed that when an object s property is updated by the object itself, this is not reflected in the tweakpane binding unless it s readonly. Image folder.addBinding(clock, timeScale , { ...
  • brian-hay
  • 2
  • Opened 
    on Apr 30
  • #644

I found this way addBinding(...).controller.value.emitter.on( beforechange , () = ...) But why not possible just addBinding(...).on( beforechange , () = ...) ?
  • deadbit-dev
  • 1
  • Opened 
    on Mar 6
  • #643

Hello, If we set readonly to true, parameter will be updated and change events occur every interval. For example: pane.addBinding(PARAMS, time , { readonly: true, interval: 1000, }); How to display ...
  • 2mik
  • Opened 
    on Feb 28
  • #642

Hello, Thank you for your work. I would like to use global events as written in the manual pane.on( change , (ev) = { console.log( changed: + JSON.stringify(ev.value)); }); How to retrieve the name ...
  • 2mik
  • 2
  • Opened 
    on Feb 26
  • #641

Hello, Thank you for your work. In case a user selects a new object for editing, how to clean the Pane object by removing all blades before adding new blades or bindings?
  • 2mik
  • 1
  • Opened 
    on Feb 25
  • #640

There such error in Chrome with dev tools and device toolbar enabled: tweakpane.js:3324 [Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling ...
  • Filyus
  • Opened 
    on Feb 13
  • #639

Hello and thanks for this wonderful library! I have a Tweakpane 4.0.5 pane with a dropdown binding which needs to be populated with options fetched from an external API. However, after fetching those ...
  • bolinocroustibat
  • 2
  • Opened 
    on Jan 30
  • #638
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub