wip experimenting with values

This commit is contained in:
Mashy
2019-11-28 16:54:37 +10:00
parent e78a502a40
commit 63028fe297
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const addState = connect(
);
class ConstructAvatar extends Component {
constructor(props) {
constructor() {
super();
// The animation ids are a check to ensure that animations are not repeated
// When a new construct animation is communicated with state it will have a corresponding Id
+2 -3
View File
@@ -26,10 +26,9 @@ class combatText extends preact.Component {
anime({
targets: '.combat-text',
top: '40%',
duration: TIMES.POST_SKILL_DURATION_MS,
duration: TIMES.POST_SKILL_DURATION_MS - 500,
easing: 'easeOutQuad',
});
console.log('grep');
}
}