Jump to content
Search Community

matthee

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by matthee

  1. On 2/24/2018 at 11:46 PM, OSUblake said:

    How's this @smallio

     

    Create your blob like so. The options should be easy enough to understand.

     

    
    var blob1 = createBlob({
      element: document.querySelector("#path1"),
      numPoints: 20,
      centerX: 500,
      centerY: 500,
      minRadius: 300,
      maxRadius: 325,
      minDuration: 1,
      maxDuration: 2
    });

     

     

    See the Pen vdzjyg by osublake (@osublake) on CodePen

     

     



    @OSUblake How we can change width and height of this blob?

×
×
  • Create New...