mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
1 line
No EOL
1.4 KiB
JSON
1 line
No EOL
1.4 KiB
JSON
{"class":{"name":"Phaser.Easing","extends":"","static":true,"constructor":false,"parameters":[],"help":"A collection of easing methods defining ease-in and ease-out curves."},"consts":[],"methods":{"public":[{"name":"In","static":false,"returns":null,"help":"Bounce ease-in.","line":512,"public":true,"protected":false,"private":false,"parameters":[{"name":"k","type":["number"],"help":"The value to be tweened.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"InOut","static":false,"returns":null,"help":"Bounce ease-in\/out.","line":554,"public":true,"protected":false,"private":false,"parameters":[{"name":"k","type":["number"],"help":"The value to be tweened.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"None","static":false,"returns":null,"help":"Linear Easing (no variation).","line":30,"public":true,"protected":false,"private":false,"parameters":[{"name":"k","type":["number"],"help":"The value to be tweened.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""},{"name":"Out","static":false,"returns":null,"help":"Bounce ease-out.","line":525,"public":true,"protected":false,"private":false,"parameters":[{"name":"k","type":["number"],"help":"The value to be tweened.","optional":false,"default":null}],"inherited":false,"inheritedFrom":""}],"protected":[],"private":[],"static":[]},"properties":{"public":[],"protected":[],"private":[]}} |