coffeekraken-s-blink-transition-component v1.0.3
Coffeekraken s-blink-transition-component
Table of content
- Demo
- Install
- Get Started
- Javascript API
- Color
- Sugar Web Components Documentation
- Browsers support
- Code linting
- Contribute
- Who are Coffeekraken?
- Licence
Install
npm install coffeekraken-s-blink-transition-component --save
Get Started
First, import the component into your javascript file like so:
import SBlinkTransitionComponent from "coffeekraken-s-blink-transition-component"
Then simply use it inside your html like so:
<s-blink-transition></s-blink-transition>
Then control it with your javascript like so:
const $transition = document.querySelector("s-blink-transition")
await $transition.animateIn()
await $transition.animateOut()
Color
To set the color of your transition, simply specify if using css like so:
s-blink-transition {
color: red;
}
Duration and easings
The animation is made of two phases. The first which is the small opening phase, and the second which is the big opening phase. You can set the duration and the easing for each of these two phase like so:
<s-blink-transition
phase-one-duration="1500"
phase-two-duration="2000"
phase-one-easing="easeInOutQuad"
phase-two-easing="easeInOutQuad"
></s-blink-transition>
Browsers support
IE / Edge | Firefox | Chrome | Safari |
---|---|---|---|
IE11+ | last 2 versions | last 2 versions | last 2 versions |
As browsers are automatically updated, we will keep as reference the last two versions of each but this component can work on older ones as well.
The webcomponent API (custom elements, shadowDOM, etc...) is not supported in some older browsers like IE10, etc... In order to make them work, you will need to integrate the corresponding polyfill.
Code linting
This package uses some code linting rules. Here's the list:
- StandardJS for javascript files
- Stylelint with stylelint-config-standard for
scss
files
Your commits will not been accepted if the code style is not respected!
Contribute
This is an open source project and will ever be! You are more that welcomed to contribute to his development and make it more awesome every day. To do so, you have several possibilities:
Who are Coffeekraken
We try to be some cool guys that build some cool tools to make our (and yours hopefully) every day life better.
More on who we are
License
The code is available under the MIT license. This mean that you can use, modify, or do whatever you want with it. This mean also that it is shipped to you for free, so don't be a hater and if you find some issues, etc... feel free to contribute instead of sharing your frustrations on social networks like an asshole...