-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from 720kb/develop
new release
- Loading branch information
Showing
15 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
.checkbox-away{-webkit-transition:all .15s linear;transition:all .15s linear}.checkbox-away:checked{-webkit-transform:translateX(-10px);transform:translateX(-10px)} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
.checkbox-down{-webkit-transition:all .15s linear;transition:all .15s linear}.checkbox-down:checked{-webkit-transform:translateY(10px);transform:translateY(10px)} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
@-webkit-keyframes hey{50%{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-filter:blur(20px);filter:blur(20px)}90%{-webkit-filter:blur(40px);filter:blur(40px)}100%{-webkit-transform:none;transform:none;-webkit-filter:none;filter:none}}@keyframes hey{50%{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-filter:blur(20px);filter:blur(20px)}90%{-webkit-filter:blur(40px);filter:blur(40px)}100%{-webkit-transform:none;transform:none;-webkit-filter:none;filter:none}}.checkbox-hey:checked{-webkit-animation:hey .8s linear;animation:hey .8s linear} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
@-webkit-keyframes inout{30%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(.3);transform:scale(.3)}90%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:none;transform:none}}@keyframes inout{30%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(.3);transform:scale(.3)}90%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:none;transform:none}}.checkbox-inout:checked{-webkit-animation:inout .5s linear;animation:inout .5s linear} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
@-webkit-keyframes jump{50%{-webkit-transform:scale(.6) translateY(-10px);transform:scale(.6) translateY(-10px)}70%{-webkit-transform:scale(.8) translateY(-5px);transform:scale(.8) translateY(-5px)}90%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}100%{-webkit-transform:none;transform:none}}@keyframes jump{50%{-webkit-transform:scale(.6) translateY(-10px);transform:scale(.6) translateY(-10px)}70%{-webkit-transform:scale(.8) translateY(-5px);transform:scale(.8) translateY(-5px)}90%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}100%{-webkit-transform:none;transform:none}}.checkbox-jump:checked{-webkit-animation:jump .35s linear;animation:jump .35s linear} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
@-webkit-keyframes omg{59%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}60%{-webkit-transform:translateX(-8px) translateY(12px);transform:translateX(-8px) translateY(12px)}70%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}80%{-webkit-transform:translateX(8px);transform:translateX(8px)}90%{-webkit-transform:scale(.4);transform:scale(.4)}100%{-webkit-transform:none;transform:none}}@keyframes omg{59%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}60%{-webkit-transform:translateX(-8px) translateY(12px);transform:translateX(-8px) translateY(12px)}70%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}80%{-webkit-transform:translateX(8px);transform:translateX(8px)}90%{-webkit-transform:scale(.4);transform:scale(.4)}100%{-webkit-transform:none;transform:none}}.checkbox-omg:checked{-webkit-animation:omg .5s linear;animation:omg .5s linear} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
.checkbox-roll:checked{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);-webkit-transition:all .15s linear;transition:all .15s linear} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
.checkbox-rotate:checked{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:all .2s linear;transition:all .2s linear} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
.checkbox-splash:active{-webkit-transform:scale(2);transform:scale(2);-webkit-transition:all .15s linear;transition:all .15s linear} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
@-webkit-keyframes tv{50%{-webkit-transform:scale(.6) rotateY(100deg) skew(45deg);transform:scale(.6) rotateY(100deg) skew(45deg)}70%{-webkit-transform:scale(.8) rotateY(200deg) skew(70deg);transform:scale(.8) rotateY(200deg) skew(70deg)}90%{-webkit-transform:scale(1) rotateY(500deg) skew(20deg);transform:scale(1) rotateY(500deg) skew(20deg)}100%{-webkit-transform:none;transform:none}}@keyframes tv{50%{-webkit-transform:scale(.6) rotateY(100deg) skew(45deg);transform:scale(.6) rotateY(100deg) skew(45deg)}70%{-webkit-transform:scale(.8) rotateY(200deg) skew(70deg);transform:scale(.8) rotateY(200deg) skew(70deg)}90%{-webkit-transform:scale(1) rotateY(500deg) skew(20deg);transform:scale(1) rotateY(500deg) skew(20deg)}100%{-webkit-transform:none;transform:none}}.checkbox-tv:checked{-webkit-animation:tv .3s linear;animation:tv .3s linear} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
.checkbox-up{-webkit-transition:all .15s linear;transition:all .15s linear}.checkbox-up:checked{-webkit-transform:translateY(-10px);transform:translateY(-10px)} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* | ||
* checkbox.css | ||
* v1.1.1 | ||
* v1.1.2 | ||
* | ||
* Tiny set of CSS3 animations for your input checkboxes. | ||
* https://github.com/720kb/checkbox.css | ||
* | ||
* MIT license | ||
* Tue Jun 28 2016 | ||
* Wed Jun 29 2016 | ||
*/ | ||
.checkbox-yo{-webkit-transition:all .15s linear;transition:all .15s linear}.checkbox-yo:checked{-webkit-transform:rotate(-45deg) translateZ(0);transform:rotate(-45deg) translateZ(0)} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters