Jump to content

marchbank

Member
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Love
    marchbank got a reaction from MayaViolet in Make a certain image have an extra long Fade-In   
    Amazing! Worked like a charm
  2. Love
    marchbank reacted to MayaViolet in Make a certain image have an extra long Fade-In   
    Absolutely! If you take note of the animation property, I included the syntax rules:
    // animation name, duration, timing-function, delay, direction Following that order, you can adjust what currently is set to "0s" to your preferred delay time. Let me know how that works!
  3. Love
    marchbank reacted to MayaViolet in Make a certain image have an extra long Fade-In   
    Hi @marchbank, try this:
     
    /* Transition Animation Application */ .fe-block-yui_3_17_2_1_1686276277987_84481 { -webkit-animation: fadeIn 5s linear 0s forwards; // animation name, duration, timing-function, delay, direction animation: fadeIn 5s linear 0s forwards; opacity: 0; } @-webkit-keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } @keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} }  
    You can adjust the animation properties (on both lines) if you'd like to change the duration or add in a delay
  4. Love
    marchbank reacted to tuanphan in Reduce Spacing Between Paragraphs (Only Certain Section)   
    Add to Design > Custom CSS
    div#block-ea5c4af4129ca249d0af * { margin-top: 0px !important; margin-bottom: 0px; }  
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.