Jump to content
Search Community

21cm

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by 21cm

  1. Thank you for your reply. > I can not replicate your error. It seems that it can not be confirmed without opening the page and directly looking at the console instead of embedding. I uploaded a gif image examined with chrome.(pasted it above codepen.) Please confirm, thank you. > Maybe if you set the edgeResistance to 1 will stop it from happening? Thank you very much. I think I will try it.
  2. Thank you for your help in advance. I am creating a svg timeline slider. The meter moves as the timeline progresses. Move point to the left after a certain number of seconds, and return x to 0 The following error will occur once every few times to dozens of times. (I confirmed it with Firefox Chrome IE, bounds of draggable seems to be failing.) //////////// console ////////////////// svg.js: 2716 Error: <rect> attribute width: A negative value is not valid. ("-5.684341886080802e - 14") attr @ svg.js: 2716 width @ svg.js: 1069 myslider @ pen.js: 47 en @ Draggable.min.js: 14 db @ Draggable.min.js: 14 P @ Draggable.min.js: 14 h.dispatchEvent @ TweenMax.min.js: 16 s @ TweenMax.min.js: 16 /////////////////////////////////////////////////////////////// Frequent occurrence, no occurrence at all, I do not know the timing and reason of occurrence at all. (Because there are times when errors do not occur, it is necessary to update it with f5 key several times and try it.) However, an error will definitely occur. It seems that an error occurs when x of point bound in bar becomes less than 0. (In many cases, x is -5.68434188806080802e - 14.) Also, this error will not occur unless you move point in timeline: update. Here is an example.
×
×
  • Create New...