Jump to content
Search Community

Leaderboard

Popular Content

Showing content with the highest reputation on 12/19/2018 in all areas

  1. Hi @jonForum If you're using PixiJS, the PixiPlugin can handle all your coloring needs and more. var tl = new TimelineMax({ repeat: -1, yoyo: true }) .to(sprite, 1, { pixi: { tint: "#ff0" }}) .to(sprite, 1, { pixi: { tint: 0x2196F3 }}) .to(sprite, 1, { pixi: { tint: "hsl(180, 90%, 60%)" }}) .to(sprite, 1, { pixi: { tint: "rgb(236, 64, 122)" }});
    2 points
  2. You're right! I haven't thought of it, will update the name asap! Regards,
    2 points
  3. yes this look perfect for me thank a lot for your fast answer.
    1 point
  4. Here ya go: https://greensock.com/docs/Plugins/ColorPropsPlugin Does that help?
    1 point
  5. I can't speak to that browser specifically, but GSAP is pretty widely-known as being the most compatible option around for animation. Heck, we even put in a bunch of workarounds to make transforms work in IE6! That wasn't easy. If you run into any particular problems, let us know.
    1 point
×
×
  • Create New...