You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createCanvas says "Appends to the container node if one is specified, otherwise appends to body..." could use a little more clarification and links to relevant sections in overview tutorial. and example of this in the ref.
p5.dom page: include some info about appended items following flow of the page, how to use position() to absolutely position them. more generally, need to finish up the overdue "p5.dom: beyond the canvas" tutorial
p5.Element.style(): a little more info, should it be a string or something else (ex: fingers.style('opacity', 0.5); vs mylink.style('color', '#00ff00');)
reference may need to include p5.dom and p5.sound API, it's hard to find them otherwise. or else clear link to these pages.
createVideo, createSound: explanation for using an array for input src as option instead of single string src
p5.Color
add info/documentation for static functions in p5.Vector
The text was updated successfully, but these errors were encountered:
fingers.style('opacity', 0.5);
vsmylink.style('color', '#00ff00');
)The text was updated successfully, but these errors were encountered: