Jump to content

Search the Community

Showing results for tags 'tween easing bounce'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. I was messing around with some tweens and the different variations of easing when I hit a couple of problems... Error: Uncaught ReferenceError: TWEEN is not definedLooking in the Easing.js file, I found a few references to TWEEN in Bounce.In and Bounce.InOut... Line 243: return 1 - TWEEN.Easing.Bounce.Out( 1 - k );Line 271:if ( k < 0.5 ) return TWEEN.Easing.Bounce.In( k * 2 ) * 0.5;return TWEEN.Easing.Bounce.Out( k * 2 - 1 ) * 0.5 + 0.5;I replaced TWEEN with Phaser and everything was happy to play after that. I tried a few searches and didn't find mention of this on the forum here, or on github, so I don't know if anyone is aware of this.
×
×
  • Create New...