-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
46 lines (34 loc) · 991 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
KafeComponent
Kafe:
* KafeButton
* EasyButton
* KafeRadioButton
* GaiaButton (KafeButton for Gaia)
* GaiaEasyButton (EasyButton for Gaia)
* GaiaRadioButton (KafeRadioButton for Gaia)
KafeUI:
* KafeScrollPane
* EaseScrollPane
* HoverPane
* HLoopScrollPane
* VLoopScrollPane
Extras:
* jsfl commands for quickly setting up
- AUTHOR:
Kevin Cao ( http://kevincao.com )
- CHANGELOG:
v1.4.1: update KafeButton's label structure
fix KafeButton's bug
v1.4.0: remove AniButton
add StandardAnimation class and jsfl
KafeButton and EasyButton now dispatch AnimationEvent
v1.3.6: bugs fixed
v1.3.1: refactor
AniButton now support disabled state
v1.3.0: rewrite KafeUI, now support more specific invalidation
add HLoopScrollPane and VLoopScrollPane
v1.2.6: add KafeHelper
fix some issues in components' destroy() method
v1.2.5: add KafeRadioButton & GaiaRadioButton
add addChildren() in KafeUIBase
v1.2.4: imported from svn, hello git!