Skip to content

Commit c4be6ff

Browse files
author
Carlos Bonilla
committed
Some November Changes
1 parent 12f3dfb commit c4be6ff

5 files changed

Lines changed: 460 additions & 62 deletions

File tree

css/animate.min.css

Lines changed: 0 additions & 35 deletions
This file was deleted.

css/animate.css renamed to dist/css/animate.css

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* animate.less v1.0.2 | animateforless.com
2+
* animate.less v1.0.3 | animateforless.com
33
*
44
* -----------------------------------------------------------------------------
55
*
@@ -24,7 +24,6 @@
2424
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2525
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2626
*/
27-
2827
/*
2928
********************************************************************************
3029
** **
@@ -70,6 +69,13 @@
7069
-o-animation-name: flash;
7170
animation-name: flash;
7271
}
72+
.flashmin {
73+
-webkit-animation-name: flashmin;
74+
-moz-animation-name: flashmin;
75+
-ms-animation-name: flashmin;
76+
-o-animation-name: flashmin;
77+
animation-name: flashmin;
78+
}
7379
.pulse {
7480
-webkit-animation-name: pulse;
7581
-moz-animation-name: pulse;
@@ -756,6 +762,50 @@
756762
opacity: 0;
757763
}
758764
}
765+
@-webkit-keyframes flashmin {
766+
0%,
767+
50%,
768+
100% {
769+
opacity: 1.00;
770+
}
771+
25%,
772+
75% {
773+
opacity: 0.33;
774+
}
775+
}
776+
@-moz-keyframes flashmin {
777+
0%,
778+
50%,
779+
100% {
780+
opacity: 1.00;
781+
}
782+
25%,
783+
75% {
784+
opacity: 0.33;
785+
}
786+
}
787+
@-o-keyframes flashmin {
788+
0%,
789+
50%,
790+
100% {
791+
opacity: 1.00;
792+
}
793+
25%,
794+
75% {
795+
opacity: 0.33;
796+
}
797+
}
798+
@keyframes flashmin {
799+
0%,
800+
50%,
801+
100% {
802+
opacity: 1.00;
803+
}
804+
25%,
805+
75% {
806+
opacity: 0.33;
807+
}
808+
}
759809
@-webkit-keyframes pulse {
760810
0% {
761811
-webkit-transform: scale3d(1, 1, 1);

dist/css/animate.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)