Jump to content
Search Community

nmarketti

Business
  • Posts

    14
  • Joined

  • Last visited

Posts posted by nmarketti

  1. Hmmm. I like simple. I might look into refactoring the setup then for the circle effect. I'm not entirely sure if I want to go this direction either, just pinging the forum to see if there was a simple way.

     

    Thanks! 

  2. I'm laying out ideas on how to approach an animation that will happen in multiple places across an entire site. While I know I could use DrawSVG...the way I developed these circles for each section was specifically for ease of control of the various sizes across sections, viewports, etc...so I opted for a circle created with straight CSS rather than SVG.

     

    Can you do a similar draw effect with the circles on CSS properties, without having to use SVG and DrawSVG?

     

     

    Screen Shot 2018-03-27 at 12.04.24 PM.png

  3. I'm trying to build a tab slider that has three list items, and three associated copy block + icon. Overall...I'm not really sure where to start on this either. Ideally, when you click a different list item, it switches the content and icon to the correlating tab item and makes the List Item 100% opacity. Screenshot reference attached. 

     

    I started getting the Tab "on click" working to switch with add/remove class for opacity, but when I try animating it to fade it just changes both of them.

    Thoughts on this?

    Screen Shot 2018-03-21 at 8.30.21 PM.png

    See the Pen mxmmvq by nmarketti (@nmarketti) on CodePen

  4. Awesome. Was able to get it setup and working :) Works great. That article you sent was very insightful. Thanks for sharing. 

     

    Quick additional question though for you. I am creating this as a button to be re-used throughout several pages. The current setup is using

     

    document.querySelector

     

    This only selects the first instance on the page. I was looking into different selectors...but to no avail. Does this have to be written differently to activate on any class that has the label "#Trigger"?

     

  5. I'm trying to create a specific button effect when you hover over it. See Image Attached

    Basically once  you open hover on the button it opens on the right and the arrow slides out right. Is there a way to open both ends at the same time on hover for the SVG? 

    circle-1.png

  6. Hi nmarketti,

     

    Sorry, I did not checked the rotated version.

     

    Using scrollTo I can not find a solution.

     

    But I have an alternative: The header RECT has now an INNER which on click is set to Zero first

    and than to the related position y:"-50" * (index) + "px":  

    See the Pen ZKyRbz by mikeK (@mikeK) on CodePen

     

    A small deficit: Going back to BLUE is not elastic.

     

    You could use this alternative for all headers if that is ok.

     

    Best regards

    Manfred

    Update: 

     

    In my case I was able to solve this by removing

     

          TweenLite.to("#rect .inner", 0, {y:"0px"}); // first set to 0
     
    All works both easing both ways. Just had to tweak the position settings a tad.

     

    Thanks again!

    • Like 1
  7. HI Mikel,

     

    Thanks for that snippet, was very helpful.

     

    What I'm trying to achieve is a single page experience, where as you click on a nav item it swaps the header labels as so...and fades in the center content (#4)

     

    I was able to use that code snippet to get the top header(#1) moving between labels correctly, but the side labels (#2 and #3) were not swapping.

     

    Any thoughts? Screenshot attached

    post-50179-0-57269200-1493678606_thumb.jpg

  8. I'm working on a single page design that when I click between the NAV items in a dropdown menu, it tweens all the headers to a new name that are lists. I'm having an issue with Tweens on a click.

     

    The codepen has the current example. 

     

    1. If you click "clients", it Tweens the top header down and clients appears

    2. If you click "profile", it Tweens the top header back and the default Name appears

    3. If you keep clicking between the two, it still moves back and forth, but it loses it's Easing effect.

     

    I'm trying to do this between four headers, but I was just trying to get the initial setup here.

    See the Pen eWzwWm by nmarketti (@nmarketti) on CodePen

×
×
  • Create New...