new Css3Transition()
Abstract executor based on CSS3 transition.
Properties:
Name | Type | Description |
---|---|---|
cssProperty |
String | CSS3 transition-property. Can use comma to separate multiple properties, e.g. 'width, height'. |
timingFunc |
String | CSS3 transition-timing-function. |
Methods
-
isSupported() → {Bool}
-
Check if CSS3 transition is supported by current browser.
Returns:
- Type
- Bool