We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df6507 commit 744729fCopy full SHA for 744729f
components/transition/transition.ts
@@ -37,7 +37,7 @@ export class SuiTransition {
37
this.renderer.setElementClass(this.el.nativeElement, "animating", value);
38
}
39
40
- private animationTimeout:number;
+ private animationTimeout:any;
41
42
private _isVisible = null;
43
package.json
@@ -2,7 +2,7 @@
2
"name": "ng2-semantic-ui",
3
"main": "ng2-semantic-ui.js",
4
"typings": "ng2-semantic-ui.d.ts",
5
- "version": "0.4.0",
+ "version": "0.4.1",
6
"description": "Angular 2 Semantic UI Components",
7
"repository": {
8
"type": "git",
0 commit comments