v2.0.0
- SVG images support
- CSS3 animations support
- 4 different built-in keyframes animations:
rotate_right
,rotate_left
,fadein
andpulse
- Text element support
- Progress element support (basically what Extra Progress was doing in v1)
- New actions
text
andprogress
color
option is now namedbackground
- Default image is a modern, lightweight and customizable SVG instead of the old fashioned GIF
- Default
maxSize
increased to120px
- Fixed size support (don't fancy dynamic scaling? Here you go!)
- Javascript sourcemaps
- New folder structure, with source files under
src/
and production files underdist/
- A bunch of new options:
background
,backgroundClass
imageAnimation
,imageAutoResize
,imageResizeFactor
,imageColor
,imageClass
,imageOrder
fontawesomeAnimation
,fontawesomeAutoResize
,fontawesomeResizeFactor
,fontawesomeColor
,fontawesomeOrder
customAnimation
,customAutoResize
,customResizeFactor
,customOrder
text
,textAnimation
,textAutoResize
,textResizeFactor
,textColor
,textClass
,textOrder
progress
,progressAutoResize
,progressResizeFactor
,progressColor
,progressClass
,progressOrder
,progressSpeed
,progressMin
,progressMax
direction
See release notes