Questions tagged [keyframe]

Keyframes is a general term in animations that is used to refer to the starting point and the finishing point of an animated transition. Use alongside the [css] tag if you want to refer to the @keyframes rule used in CSS animations.

Keyframes in general are starting and ending points of a particular smooth animation transition.

In CSS, the @keyframes rule is used to create animations. The following URL elaborates the usage of keyframes in CSS: http://www.w3schools.com/cssref/css3_pr_animation-keyframes.asp

874 questions
-4
votes
1 answer

CSS Keyframe Animation Screen Door Effect

I have implemented the code from this demo https://tympanus.net/Tutorials/CSS3FullscreenSlideshow/index.html on my Web page. As you can see in the demo, the background images have a screen door effect like you would see in a VR headset. It is a…
tony95
  • 108
  • 12
-5
votes
1 answer

I need bounce effect with CSS same as in powerpoint 365

I need bounce animation with css. It will look like same as bounce effect in powerpoint 365. Object will bounce like a ball from left side to right
Sarabjit Singh
  • 611
  • 7
  • 17
-5
votes
1 answer

Using CSS key frames

I have a problem with CSS when building my website, I have submit a ticket to plugin developer but he didn't answer my ticket. I've used CSS key frame to display text effect for my home page at https://www.canthoweb.com/. As you can see the slider…
-7
votes
1 answer

Change Background Color & Font Color Automatically Via CSS

I want to achieve an animation - Where background-color and color change automatically. Please see the GIF I created: I want to achieve exactly same thing How to make this happen? I tried already with keyframes. But in this case it's not the option
Gelebrin
  • 29
  • 9
1 2 3
58
59