We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4943ca1 commit f101c6cCopy full SHA for f101c6c
1 file changed
demo/code-demo/style/style.css
@@ -490,37 +490,3 @@ a {
490
position: relative;
491
top: -1px;
492
}
493
-
494
-#btnRunCode
495
-{
496
- -webkit-animation-name: fadeInFadeOut; /* Safari 4.0 - 8.0 */
497
- -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
498
- -webkit-animation-iteration-count: 3; /* Safari 4.0 - 8.0 */
499
- animation-name: fadeInFadeOut;
500
- animation-duration: 4s;
501
- animation-iteration-count: 3;
502
-}
503
504
-/* Safari 4.0 - 8.0 */
505
-@-webkit-keyframes fadeInFadeOut {
506
- 50% {
507
- transform: scale(1.6);
508
- font-weight: bolder;
509
- }
510
511
- 100% {
512
- transform: scale(1);
513
514
515
516
-/* Standard syntax */
517
-@keyframes fadeInFadeOut {
518
519
520
521
522
523
524
525
526
0 commit comments