Jump to content
Search Community

Dickey Singh

Business
  • Posts

    7
  • Joined

  • Last visited

Everything 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) https://codepen.io/DickeySingh/pen/LYGXrMq
  3. Now Its on and off - works 1 out of 5 refreshes, depending on what server it may be hitting.
  4. Seems like 3.4.0 is not accessible from the cloud fare CDN https://cdnjs.cloudflare.com/ajax/libs/gsap/3.4.0/gsap.min.js https://cdnjs.cloudflare.com/ajax/libs/gsap/3.3.4/gsap.min.js works fine
×
×
  • Create New...