Releases
5-r.3
Cubism 5 SDK for Web R3
Latest
Added
Add new motion loop processing that seamlessly connects the start and end points of the loop.
The _isLoop
variable was moved from class CubismMotion
to class ACubismMotion
.
Add the setter for _isLoop
, setLoop()
, to class ACubismMotion
.
Add the getter for _isLoop
, getLoop()
, to class ACubismMotion
.
The _isLoopFadeIn
variable was moved from class CubismMotion
to class ACubismMotion
.
Add the setter for _isLoopFadeIn
, setLoopFadeIn()
, to class ACubismMotion
.
Add the getter for _isLoopFadeIn
, getLoopFadeIn()
, to class ACubismMotion
.
Add a variable _motionBehavior
for version control to the CubismMotion
class.
Changed
Change ESLint version to 9.17.0
.
With this update, we have added the eslint.confing.mjs required for FlatConfig.
Deprecated
Deprecate the following elements due to the change in the variable declaration location.
CubismMotion.setIsLoop()
CubismMotion.isLoop()
CubismMotion.setIsLoopFadeIn()
CubismMotion.isLoopFadeIn()
You can’t perform that action at this time.