How to move over text in a sub-menu --

Hi - I hope someone can help me because I'm stumped.  In my previous post:
https://forums.adobe.com/thread/1669049?sr=stream
...the forum team helped me figure out how to fix bullets in a list.  But now someone else brought it to my attention and I tried to fix it but cannot figure it out.  Now the sub-menu words are way too close to the left edge of the main navigation:
So I'm not sure what to do to leave the bullet lists, which work great, alone but how to fix those sub-menu words to move them over to the right away from the left edge.  Here's the main CSS file and the change I made from the previous post starts at line 432:
https://dev3.orr.noaa.gov/sites/all/themes/creative-responsive-theme/style.css
Any ideas?  Any help is greatly appreciated and thanks.

Hi Ken,
The reason why the -11 is there is because in a previous post:
Bullets in list aren't displaying - can't figure out why
I added it to fix the bullet lists so that the text wraps and the bullet lists line up like they should.  When I added it, though, it's now affecting the navigation.
UPDATE - I was able to pinpoint the exact code that affects the sub-menu text.  The code is the CSS file is:
#main-menu li li a {
  color: #C5C5C5;
  min-width: 150px;
  margin: 0;
  background: #1e272e;
  border-top: 1px solid #333;
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  padding: 3% 5%;
  font-weight: normal;
The way I confirmed that the above code is what I need to fix is I changed the font size to 16, just to see what would happen and here is the result I got:
So that above code seems to be the code that will affect the layout of the sub-menu words that I'm trying to move over a little bit from the left margin.  Then I tried to tweak the margin and padding.  I first added 10px to the left margin like this (margin: 0 0 0 10px) and that did not work.  I then tried to add 1% to the padding and that did not work either.  So I'm really stumped about how to move those sub-menu words over from the left a little bit.  Any ideas?

Similar Messages

  • Selling wife's mac - how to move all her stuff to sub-account on my iMac?

    Selling wife's MacBook - how do I move all her stuff to sub-account on my iMac, so that when she logs into her user account, it looks and feels exactly like she was on her MacBook? Needs to sync her iPad to her own library of apps & music, needs to have her documents lined up in the exact folder structure, her photos in iPhoto, etc... basically, logging into her user account on my iMac needs to feel to her exactly like she was using her MacBook. iMac and MacBook are both running 10.6.6. I've found discussion forums about how to move stuff from user folders around on the same computer, how to restore a hard drive from a backup... not sure how to do the specific move I'm talking about here. I'm basically trying to take an entire harddrive backup and make it into it's own user account on a different machine.
    I've started by running a backup through SuperDuper. What next? Any ideas? Thanks!

    Shutdown the MacBook, connect it to the iMac via Firewire, and start it up holding down the t key.
    If you don't have a firewire cable to connect the two, you can do it over the network, it will just be slower.
    On the iMac, run Migration Assisstant and migrate her account from the MacBook to your iMac. Just migrate her user account. MA will create an identical copy of her account on your iMac.
    You could also migrate from the clone you made with SuperDuper.

  • Can anyone tell me how to increase the text size in my menu bar and drop down menus?

    Just bought a new 27" screen iMac.  The menu bar and drop down menu text is much to small for me to see without leaning close to the screen.  Does anyone know how to customize the text to a larger size.  This is an issue for any program I open.

    Once upon a time Apple displays packed in 72 dots to an inch (making their resolution 72 DPI). That meant that what we saw on screen at 100% scale was exactly what was printed on a printer - not to mention quite comfortable to read. However that advantage was eclipsed by the fact that photopgraphs and video were pixelated and the only solution to that was to increase the resolution - to pack in more dots per inch - which has the side effect of shrinking the size of text. Where I once used Word at 100% scale I now find it most comfortable at 150% scale.
    There are several solutions. One, as Lex gave you, was to reduce the resolution of the LCD display. But unlike CRT displays, an LCD is tuned to a specific resolution and when you change it the results tend to be blurry. Another is to keep the resolution as it is and to adjust each program (if the program allows it). This makes Word usable and your browser can be set to use no font smaller than a size you set (which has some unpleasant side affects at some Web sites), but some programs and some parts of programs cannot be changed. The menubar and menus are among them. The third solution is one that Apple promised several years ago but has not yet provided - a resolution independant GUI. We can only hope that comes soon. And there's another partial solution - look in System Preferences under Accessibility.

  • How to move your b-rolls into (sub-event folder) separate folders or smart collection inside the same event?

    When ever you create an event how can you create folders inside the event for different folders of b-roll?  The reason why I ask is becuase when you create events, there becomes way too many events making a clutter.  I have tried to cut, copy, import, and other ways after creating a smart collection or folder inside an event to create, I guess to say a sub-event inside and event.  But it will only copy the b-roll into the main event only, not the folders or smart collections.  An example would be in class you will have several events for projects, but I want to have one event that is broken up into several folders or smart collections for each project.  Instead of having all 10 of your events open and displayed.  This way you can create an Event Folder named Class Projects, then open up the Class Projects event folder and inside you can have several folders for each of the separate b-rolls for each certain project.  I am wanting to do this instead of having 10 different kinds of b-roll footage all in one event, which is difficult to search through.

    Actually you CAN create folders INSIDE an Event to place keyword/smart/anaysis colletions in.
    Remember, you can apply Favorite/Rejected tags to whole clips, as well as ranges inside of clips.  The same is true of keywords.
    Related user manual pages here:
    http://help.apple.com/finalcutpro/mac/10.0.6/#ver68416335
    http://help.apple.com/finalcutpro/mac/10.0.6/#ver30ccd91f
    http://help.apple.com/finalcutpro/mac/10.0.6/#ver7a77eb6c

  • How to move grouped text frames as a group?

    I have a threaded text frame with two text frames total in the thread. I am trying to move only the second half of the threaded text frame from the second-to-last page to the last page of my document. I have been able to successfully do this using this code:
    var myDocument = app.activeDocument;
    var myEndFrame = myDocument.pages[myDocument.pages.length-2].textFrames[1].endTextFrame;
    myEndFrame.move(myDocument.pages[myDocument.pages.length-1]);
    However, this code does not work when the second half of my threaded text frame has another text box grouped inside of it (such as a pull quote). In that case, the script will only move the threaded text frame part and not the other text box grouped with it. I need the two text boxes to remain grouped, and I would like to move the entire group together to the last page of my document. I have tried everything I can think of to get this to work and have been unsuccessful. (For example, I tried to get my code to move the entire group, but I can't get it to recognize the grouped text boxes as a group.) It could be that I'm missing something obvious. Any help would be greatly appreciated.

    Hi,
    Suggest to check myEndFrame.parent before move.
    If its constructor.name == "Group" redefine myEndFrame. I mean:
    myEndFrame = myDocument.pages[-2].textFrames[1].endTextFrame;
    if (myEndFrame.parent.constructor.name == "Group") myEndFrame = myEndFrame.parent;
    myEndFrame.move(myDocument.pages[-1);
    Jarek

  • How to move one text item to other in form conditionaly

    I am working in form 9i
    Please some one can help me
    when I am trying to move my one form field to other conditionally what will be my triger
    I was using when vilidate item
    the error comes
    ora-40105
    regard
    s k swain

    user591475 wrote:
    I am trying to move this wasy
    but the error is ora-40105
    BEGIN
         IF :ACCTRANDET.CRdr = 'Cr' then
              go_item(':ACCTRANDET.camt');
         else
              go_item(':ACCTRANDET.amt');
         end if;
    end;change with this
    BEGIN
         IF :ACCTRANDET.CRdr = 'Cr' then
              go_item('ACCTRANDET.camt');
         else
              go_item('ACCTRANDET.amt');
         end if;
    end;

  • How to move the text to multple lines in a flat table

    Hello All,
    Could any one help me???
    I had created a flat table, in one of the header field of the table i need to dynamiclly populate the data from two different fileds in to multiple lines. Currently i used concat function
    $.rawValue = concat(field1.rawValue,  \n ,field2.rawValue)
    but this didt work can any one help me. Your responce is grately appreciated
    Regards,
    Rakesh

    Then I would put this command on the enter event of the field in question:
    xfa.host.messageBox($.somExpression)
    Preview the form. Then enter the header field and a message shodul display that gives you the SomExpression of that field. Now update your concat statement to use this somExpression in place of the fieldname. Once it works remove the app.alert expression from the enter event.
    Note that you may have to cause a relayout for the field to update. If you have to use this command:
    xfa.layout.relayout()
    Paul

  • Menu Button from sub menu to main menu (transition movie in the way.)

    In the general tab of the disc menu I set the menu button to go to the main menu.
    When I click "menu" on my remote in simulation from a sub menu I expect it to return me to the the main menu.
    However, clicking menu from a sub menu automatically brings me up one connection.
    I have transition movies that are between the main menu and the sub menu.
    So effectively, the menu button is a loop if a viewer tries to navigate upward with the menu button from a sub menu. They see the transitional movie and return to the sub menu they were trying to navigate from.
    On page 609 of the manual it says...
    Menu: Supported by all elements that can set remote control settings (disc, track, story, marker, and slideshow) except menus. You should generally link this button to the last menu viewed.
    Is there a work around that will allow me to make the menu button link from a sub menu to the main menu, even if I have a transition movie in between?
    Thanks,
    Tom
    Power Mac Dual 1.0 GHz G4, Quick Silver   Mac OS X (10.4.3)   1.5 Gig Ram, 250 gig internal drive, 2 x G-Raid500, FW800 Sonnet Card, AJA IO
    Power Mac Dual 1.0 GHz G4, Quick Silver   Mac OS X (10.4.3)   1.5 Gig Ram, 250 gig internal drive, 2 x G-Raid500, FW800 Sonnet Card, AJA IO

    Hang on Tom - are you saying that you are in a sub menu, pressing the 'menu' button on your remote control, seeing the transition and ending back at the menu you started from?
    I would expect this if you used the menu button...
    What happens is the menu button acts as a resume function if you are in a menu. That is, it will play the last piece of footage - your transition. This is set to go back to the sub menu, so that's where you end up. Read those details again... the bit where it said 'except menus'.
    If you are in a menu and want to go up one level then you need to either use the Title button (if the title menu is the one you want to get to), or the return button (which won't work all that well). The best way, however, is to add a button on your menu screen which lets the viewer click it to go to the menu that you want.

  • Animation (Fly-In) Menu to trigger Visibility of Sub-Menu

    Hi,
    I am trying to create content menu which is triggered by self roll over state.  The content menu flies in from the left on self roll over and will fly out again on reverse roll over.   The content menu has 5 buttons, the first 4 buttons take you to a defined bookmarked destination.
    All this I have managed to do.
    For the 5th and last button, I wanted to either click or roll-over it to trigger a sub-menu to appear or fly in.  I am having problems with this because if I set the last button to click and show visibility of the sub-menu, then I cannot get it to hide again after the content menu flies out on reverse roll over.
    If I set the last button to roll-over to trigger a sub-menu then when I roll-off the last button the sub-menu disappears as well.
    Any suggestions would be much appreciated.
    Thanks.
    Evonne

    Its a sustainability assessment tool. So there are lots of graphical results for surveys for each country.  The content menu outlines the level one content and then I wanted the final button to say "country assessment" and then trigger the drop down of buttons for each country.

  • I have purchased my first smart phone. iphone 5. I want to use sounds sent to me in text messages as ringtones but don't know how to move them over. Any help would be appreciated.

    I have purchased my first smart phone, an iphone 5.  I would like to use some of the sounds from text messages for ringtones but don't know how to move them over.   Any help would be appericated.

    I'm sorry, had you already pointed out the rules which stated that lines from 2 separate accounts were eligible??? I don't see anywhere in the advertisement specifically stating that lines from 2 separate accounts would be eligible, so THAT is not what's advertised, either.
    As far as I know Verizon's BOGO offers have ALWAYS been for lines on the same account. Possibly someone could chime in where they have received this offer on 2 separate accounts? The ONLY exception to this was someone getting the offer with 2 eligible lines on their account, reactivating the old phone on one of the lines and then giving one of the new phones to someone on another account.
    Sorry if you think simply because someone disagrees with you, they are being condescending. That is certainly not the case. Good luck.

  • How do I move default text along an arc over time?

    I have placed "Default Text" on a separate video track. In the video, a hand is pointing along an arc for 1.5 seconds.  I want the text to follow the arc as the hand is moving.
    I stumbled upon how to do this while pointing and dragging at different things in the frame, then I messed up the edit and CTRL-Z'd myself back to a better point AND I LOST THE ABILITY to do it.
    When it was working, I would see my text in its frame, and the center of the frame had a cross-hair.  By positioning the scrubber at the start and ending points, there was a line drawn from the cross-hair to the text.  The starting point had a line showing the beginning position, the ending point had it showing the ending position.
    Now when I try to move the text, I get one of two things (neither of them work to my plan):
    1) I have the "Adjustments" window open and the pointer tool is used to fix the position of the text in my "Default Text" frame.
    2) I am moving the entire frame around in the preview window and the cross-hair moves along with it.
    I had stumbling onto something and I don't know how I got there.
    Thanks for any help you can give.
    Me: Windows 8.1 64-bit, Adobe Premiere Elements 13

    No.  My apologies.  I'm not looking to align text over an arc.  I am looking for a way to move fixed text along a path.
    Let's use the the word "Hello" to represent the text.  The text is in the lower left.  Two seconds later, the text is in the upper right.  When you play the video the word "Hello" moves from the lower left to the upper right over a span of two seconds and it does so in an arc.
    How I've learned to do it:
    Position the scrubber and select the text segment in the timeline.
    Select Tools> Pan and Zoom.
    Click "Done"
    The default is crap, and I don't want it.
    Look in the preview window.  You will see the frame of your text box with control squares on the outside and a crosshair in the middle.  The crosshair has a dot in the middle of it.
    Patiently press CTRL-Z 4 or 5 times until the dot goes away.  This gets rid of all of the default Pan and Zoom effect.
    Then press CTRL-SHIFT-Z (Redo) to get that dot back.
    You are now in free-hand pan and zoom.  <----  That's the tool I want.
    Position the scrubber within your text segment's timeline to the exact point you want to free-hand pan and zoom.
    Click the center of the crosshair.  That's the beginning of your arc.
    Move the scrubber to a few more points along the text segment and click the center of the dotted crosshair to create points along an arc.
    As you edit this way, you will notice a dotted line between the anchor points.  This shows you how fast the pan will move.  More points means slower movement.  You will also have bezier tools to control the curve of the arc.  (I'm discovering all of this myself in the time it takes me to type this).
    If you want, you can also change the size of the frame using the controls on the sides of the frame to create zoom in and out effects.
    It's a nifty little tool.  What's the shortcut?

  • How do I move the text in the spry sub-menu down?

    Hello I am currently developing a website in Dreamweaver CS6 and I have come to a problem I can't seem to solve. I have created a fairly straight forward spry menu bar and used css to edit it, however as you can see in the image below, the sub-heading below the 'My Work' is really close to the 'My Work' heading and it doesn't look too good. I was wondering if there is a way I can move the 'Graphic Design' text in the sub-heading down a bit using css so everything looks more neat and spread out.
    Thanks

    Here's the code, I think this is the one you asked for?
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              cursor: default;
              width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
              z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 9pt;
              position: relative;
              text-align: center;
              cursor: pointer;
              width: 170px;
              float: left;
              font-family: Helvetica;
              font-weight: bold;
              /* [disabled]background-image: url(../IMG/spry%20bg.jpg); */
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              z-index: 1020;
              cursor: default;
              width: 172px;
              position: absolute;
              left: -1000em;
              top: 23px;
              height: 88px;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
              left: -1px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
              width: 170px;
              height: 30px;
              background-color: #1F1F1F;
              text-align: centre;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
              position: absolute;
              margin: -5% 0 0 95%;
              padding-top: 10px;
              margin-top: 5px;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
              left: auto;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
              /* [disabled]border: 1px solid #CCC; */
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: pointer;
              padding: 0.2em 0.75em;
              color: #CCCCCC;
              text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
              /* [disabled]background-color: #333333; */
              color: #FFFFFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
              /* [disabled]background-color: #333333; */
              color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarDown.gif);
              background-repeat: no-repeat;
              background-position: 78% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarRight.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarDownHover.gif);
              background-repeat: no-repeat;
              background-position: 78% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarRightHover.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
              position: absolute;
              z-index: 1010;
              filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.MenuBarHorizontal li.MenuBarItemIE
                        display: inline;
                        f\loat: left;
                        background: #FFF;

  • When mousing over text, the cursor flickers constantly (with each letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word and Pages.  Any idea of how to resolve this annoying problem is appreciated.  System: 10.10.1

    When mousing over text, the cursor flickers constantly (with every letter passed) from arrow to i-beam and back.  The problem occurs in both MS Word 2011 and Pages.  Any idea of how to solve this annoying problem will be much appreciated.  System 10.10.1 on a MacPro (Late 2013)

    The mouse is controlled by the OS so don't guess any app other than a mouse driver or OS X itself would be able to cause this sort of flicker issue.
    Have you seen the following and is it what you are seeing? Maybe you could make a movie (Quicktime is great for this this to make a screen recording) - but not sure how to attach a movie to these discussions as mine is grayed out and can't be selected (to the right of the insert image). Here is the what I found for a search of "mouse cursor flickers os x yosemite"
         https://www.youtube.com/watch?v=ZNQ0D84DdF4
    What kind of mouse are you using? Is the mouse driver up to date if it's a third party mouse?

  • How to display item when mouse moves over Column value??

    Hi there
    It would be helpful if you could resolve the following :
    i) I need to display the column 'A' values of my report in a Text field when mouse moves over column B of my report.
    ii) I can able to display the same column value when mouse moves over or onclick happens. but my requirement is something like i have to display the other column value when mouse moves over.
    iii) Also i noticed that, i can able to display the item only on "Display only Item" and not on Text field.
    Any pointers to display my column value in Text field when onclick happens on my report column?
    iv) One more thing that i noticed, i can able to perform onclick or mouse over only on Editable column and not on
    non editable columns.
    Any pointers on how to achieve the same when mouse moves over Non editable column of report?
    Reference: I have created a dummy application (refer the following link), where i can able to display column value Salary on display only item using mouse move Event.
    My requirement: when i click column Ename , the text field should show salary.
    http://apex.oracle.com/pls/otn/f?p=56045:1
    User:guest
    Pswd: apex_demo
    Any pointers on this would be appreciated.
    Thanks
    Vijay

    Vijay,
    If you use Jquery then this should do the trick.
    $(document).ready(function() {
       $(".t20Report t20Standard tr").hover(function() {
         $("#P2_SALARY").attr("innerHTML",$(this).find("td:last input").attr("value"));
    {code}
    after looking at the source of your page it seems that your class for your report region is *class="t20Report t20Standard"* I am not 100% sure but you might have to correct that in the template. I am not sure how the selector will handle the space in the class name.
    Hope this helps,
    Tyson                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Movement over scanned text pages - question...

    this might be something kind of simple, but i can't figure out the correct terminology so that i can search for some tutorials to learn it...  (i'm not lazy!)
    here's what i am trying to do:
    create an animatic out of scanned storyboards for a film.  so far i have the scanned images in the correct type of sequence.
    next i want to add the actual script pages as text that will read out over / superimposed over the drawings. 
    so i printed out the script pages and then scanned them in as TIFF files at a very high resolution ( i wanted the texture of the paper and the ink to look real)
    the scanned script pages look great, when you zoom in, they are crisp and clear and textured...
    HOW do i create these text effects.  i want single lines, or groups of lines of text to read out.  i know how to do movement over stills, but i think what i need to do is create some kind of mattes along with that...  (have you ever seen the screenwriting awards at the Oscars?  where they show the script pages imposed over the actual film?  that is the type of effect i am going for...)
    if you know what i am trying to do here and can suggest, or give me the proper search terms so that i can find some youtube tutorials, i would be very grateful.
    thanks
    keith

    I can't think of a specific tutorial, but I with a simple Google search, there's quite a few:
    http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=apple+motion+tutorial+te xt#sclient=psy&hl=en&tbm=vid&source=hp&q=apple+motion+tutorial+text+behaviors&aq =f&aqi=&aql=&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=4217608b1d7e72d5&biw=1258&bih=1 319
    This one seems like it might help you...
    http://www.dailymotion.com/video/xe8ywb_how-to-understand-text-behavior-motion-3 _tech

Maybe you are looking for