Jump to content
Search Community

Dickey Singh

Business
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Dickey Singh

  1. Hi we are looking for a full time vanilla javascript software engineer for cast.app, a silicon valley company

     

    There is $1000 referral if we hire the candidate.

     

    Job description is below but here are the highlights

    - Experienced vanilla Javascript,  

    - 2+ years paid experience 

    - Startup experience is a plus

    - equity + market salary, remote, 4K monitor + M1 MacBook Pro

    - DOM manipulation, javascript worker threads, fast synchronized animation of SVG and DOM experience is great to have

     

    https://cast.app/javascript-engineer

     

    Send resume to dickey at cast.app 

  2. Stripe webGL example sucks up a ton of battery. Surprised to see they have it enabled on mobile as well.

     

    just experimenting a bit with animating linear gradients (svg gradients should work similar)

    let b1 = "linear-gradient(217deg, rgba(255,0,0,.9), rgba(255,0,0,0) 70.71%),  linear-gradient(127deg, rgba(0,255,0,.9), rgba(0,255,0,0) 70.71%), linear-gradient(336deg, rgba(0,0,255,.9), rgba(0,0,255,0) 70.71%)";
    let b2 = "linear-gradient(17deg, rgba(255,0,0,.7), rgba(255,0,0,0) 70.71%), linear-gradient(200deg, rgba(0, 255, 0, .9), rgba(0,255,0,.2) 70.71%),  linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0.1) 70.71%)";
    gsap.timeline({repeat:-1, yoyo:"true", repeatDelay:0})
      .add(gsap.set("#a", {width:300, height:200, background: b1}))
      .add(gsap.to("#a", {ease: "none", duration: 6, background: b2}))
      .play(0)

     

    See the Pen LYGXrMq by DickeySingh (@DickeySingh) on CodePen

    • Like 4
    • Thanks 1
×
×
  • Create New...