Hello everyone,I am developing coogger.css which is css framework for coogger.com, you can use our project or you can contribute it.
Another content about coogger.css
Not: This feature was done with the help of animate.css
Acording to the codes ,
@mixin transform($string){
@include prefixed(transform, $string);
}
I have added some animations to coogger , if you want to check it out
html <head> tags.<head>
<link href="https://raw.githubusercontent.com/hakancelik96/coogger.css/master/styles/coogger.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
</head>
<div animation="blink"></dib>
or
<div hvr-animation="blink"></dib>
<div hvr-animation="i blink"></dib>
or
<div animation="i blink"></dib>
<div hvr-animation="c-2 blink"></dib>
or
<div animation="c-2 blink"></dib>
rebound | flash | pulse | rubberBand |
shake | headShake | swing | tada |
wobble | jello | bounceIn | bounceInDown |
bounceInLeft | bounceInRight | bounceInUp | bounceOut |
bounceOutDown | bounceOutLeft | bounceOutRight | bounceOutUp |
fadeIn | fadeInDown | fadeInDownBig | fadeInLeft |
fadeInLeftBig | fadeInRight | fadeInRightBig | fadeInUp |
fadeInUpBig | fadeOut | fadeOutDown | fadeOutDownBig |
fadeOutLeft | fadeOutLeftBig | fadeOutRight | fadeOutRightBig |
fadeOutUp | fadeOutUpBig | flipInX | flipInY |
flipOutX | flipOutY | lightSpeedIn | lightSpeedOut |
rotateIn | rotateInDownLeft | rotateInDownRight | rotateInUpLeft |
rotateInUpRight | rotateOut | rotateOutDownLeft | rotateOutDownRight |
rotateOutUpLeft | rotateOutUpRight | hinge | jackInTheBox |
rollIn | rollOut | zoomIn | zoomInDown |
zoomInLeft | zoomInRight | zoomInUp | zoomOut |
zoomOutDown | zoomOutLeft | zoomOutRight | zoomOutUp |
slideInDown | slideInLeft | slideInRight | slideInUp |
slideOutDown | slideOutLeft | slideOutRight | slideOutUp |
blink |
I think more animations can be added to it and according to screen sizes events can be added, for example the screen sizes can be xs, s, m, l, xl and xxl, but at the moment I do not know how to add this,
If you have an idea, please do not hesitate to let me know.