Skip to content

CSS Properties

Sequotion supports the following CSS properties for animation.

PropertyCSS OutputExample Values
Opacityopacity0, 0.5, 1
Translatetranslate0px 0px, 100px -50px
Rotaterotate0deg, 45deg, 360deg
Scalescale1, 1.5, 0.5 1.2
Background Colorbackground-color#ff0000, rgba(0,0,0,0.5)
Colorcolor#ffffff, rgb(50,50,50)
Borderborder-color, border-widthColor + width values
Widthwidth100px, 50%, auto
Heightheight200px, 100%

These properties expand into sub-tracks that you can animate independently:

Sub-propertyCSS Output
AllSets all four corners
Top Leftborder-top-left-radius
Top Rightborder-top-right-radius
Bottom Leftborder-bottom-left-radius
Bottom Rightborder-bottom-right-radius
Sub-propertyDescription
Offset XHorizontal offset (px)
Offset YVertical offset (px)
BlurBlur radius (px)
SpreadSpread radius (px)
ColorShadow color

Filters are added dynamically. Available filter functions include:

blur, brightness, contrast, grayscale, hue-rotate, invert, opacity, saturate, sepia, drop-shadow