1.

If logyx=logzy=logxz then ​

Answer»

Example.springy-text {  color: darkslateblue;  animation-name: springy-text;  animation-duration: 1s;  animation-timing-function: ease-in;  animation-delay: 0s;  animation-iteration-count: 20;  animation-direction: alternate-reverse;  animation-fill-mode: backwards;}@keyframes springy-text {  0%   {    letter-spacing:1.2em;    color: thistle;  }  100%   {    letter-spacing:0.1em;    color: darkslateblue;  }}Refer the pic bro !



Discussion

No Comment Found

Related InterviewSolutions