Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

css animation

  1. T

    HTML & CSS jQuery Generated Variable Not Passing to CSS Keyframe Animation on Safari

    I have a CSS keyframe animation that uses a CSS variable as one of the animation properties. This variable is defined in jQuery. The entire animation seems to work fine in Chrome and Firefox. However, in Safari and on mobile browsers, only the portions of the animation not using the variable...
  2. W

    CSSZengarden Sticky Earth Animation

    Hello everyone! I am having trouble with a webpage of mine I want to submit to www.CSSZengarden.com. I am trying to get the spinning earth's animation position to be sticky so that it scrolls up or down with the page. I had it at one point, however, in my attempt to figure out how I did it, I...
  3. F

    HTML & CSS Bootstrap column expand

    Hello, I have a 3*2 bootstrap grid and I would like the column to expand and take all space in the grid when hovered. Here is the code snippet of the initial position : <div class="container"> <div class="row"> <div class="col"> 1 </div> <div class="col"> 2 </div> <div...
  4. prgti_free_coder

    animation using html and css

    Hey, I don't know if this is a platform to promote my youtube channel or not.. I'm new to this forum.. and here to inform you about my new youtube channel 'PRGTI free coder' animations by using html, css and js. if you are beginner in coding world and want to make animations then don't forget...
  5. K

    CSS Transparent background when top of screen

    I have a header bar, when my page loads of the page is scrolled to the top I want the background to be transparent so you can see the background hero image cleanly. As the user scrolls down I want the header bar to apply my background color. Is there a way you can do this in CSS or does it...
  6. postman

    HTML & CSS Open Modal with pure CSS coding

    I show a modal here that is functioning and opens on click event with jquery, I am a beginner and tried the same function with animating modal opens with pure CSS code. but I could not achieve the goal. I read various threads and codepen, but in my case, I little confused about wherefrom I do...
  7. Johna

    CSS Is it Possible to Pause a CSS Animation at a Specific Key Frame?

    Is it possible to pause a CSS animation at a specific key frame? I have this HTML: <div id="sliderMain"> <div id="sliderLL" class="st2"></div> <div id="sliderL" class="st1"></div> <a href="#" style="cursor: default;"><div id="sliderM" class="st0"></div></a> <div id="sliderR"...
Back
Top Bottom