Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .fire-animation{
- animation: animationFramesfire linear 4s;
- animation-iteration-count: 1;
- transform-origin: 50% 50%;
- -webkit-animation: animationFramesfire linear 4s;
- -webkit-animation-iteration-count: 1;
- -webkit-transform-origin: 50% 50%;
- -moz-animation: animationFramesfire linear 4s;
- -moz-animation-iteration-count: 1;
- -moz-transform-origin: 50% 50%;
- -o-animation: animationFramesfire linear 4s;
- -o-animation-iteration-count: 1;
- -o-transform-origin: 50% 50%;
- -ms-animation: animationFramesfire linear 4s;
- -ms-animation-iteration-count: 1;
- -ms-transform-origin: 50% 50%;
- }
- @keyframes animationFramesfire{
- 0% {
- transform: translate(0px,0px) ;
- }
- 4% {
- transform: translate(-40px,0px) ;
- }
- 8% {
- transform: translate(-10px,0px) ;
- }
- 12% {
- transform: translate(-40px,0px) ;
- }
- 15% {
- transform: translate(0px,0px) ;
- }
- 100% {
- transform: translate(0px,0px) ;
- }
- }
- @-moz-keyframes animationFramesfire{
- 0% {
- -moz-transform: translate(0px,0px) ;
- }
- 4% {
- -moz-transform: translate(-40px,0px) ;
- }
- 8% {
- -moz-transform: translate(-10px,0px) ;
- }
- 12% {
- -moz-transform: translate(-40px,0px) ;
- }
- 15% {
- -moz-transform: translate(0px,0px) ;
- }
- 100% {
- -moz-transform: translate(0px,0px) ;
- }
- }
- @-webkit-keyframes animationFramesfire {
- 0% {
- -webkit-transform: translate(0px,0px) ;
- }
- 4% {
- -webkit-transform: translate(-40px,0px) ;
- }
- 8% {
- -webkit-transform: translate(-10px,0px) ;
- }
- 12% {
- -webkit-transform: translate(-40px,0px) ;
- }
- 15% {
- -webkit-transform: translate(0px,0px) ;
- }
- 100% {
- -webkit-transform: translate(0px,0px) ;
- }
- }
- @-o-keyframes animationFramesfire {
- 0% {
- -o-transform: translate(0px,0px) ;
- }
- 4% {
- -o-transform: translate(-40px,0px) ;
- }
- 8% {
- -o-transform: translate(-10px,0px) ;
- }
- 12% {
- -o-transform: translate(-40px,0px) ;
- }
- 15% {
- -o-transform: translate(0px,0px) ;
- }
- 100% {
- -o-transform: translate(0px,0px) ;
- }
- }
- @-ms-keyframes animationFramesfire {
- 0% {
- -ms-transform: translate(0px,0px) ;
- }
- 4% {
- -ms-transform: translate(-40px,0px) ;
- }
- 8% {
- -ms-transform: translate(-10px,0px) ;
- }
- 12% {
- -ms-transform: translate(-40px,0px) ;
- }
- 15% {
- -ms-transform: translate(0px,0px) ;
- }
- 100% {
- -ms-transform: translate(0px,0px) ;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment