changed btns transition to local
This commit is contained in:
		
							parent
							
								
									0e1b9a3897
								
							
						
					
					
						commit
						bb00f198bc
					
				| 
						 | 
					@ -86,7 +86,7 @@
 | 
				
			||||||
                <button
 | 
					                <button
 | 
				
			||||||
                    type="submit"
 | 
					                    type="submit"
 | 
				
			||||||
                    class="btn btn-expanded btn-sm btn-warning"
 | 
					                    class="btn btn-expanded btn-sm btn-warning"
 | 
				
			||||||
                    transition:fly={{ duration: 150, x: 5 }}
 | 
					                    transition:fly|local={{ duration: 150, x: 5 }}
 | 
				
			||||||
                >
 | 
					                >
 | 
				
			||||||
                    <span class="txt">Search</span>
 | 
					                    <span class="txt">Search</span>
 | 
				
			||||||
                </button>
 | 
					                </button>
 | 
				
			||||||
| 
						 | 
					@ -95,7 +95,7 @@
 | 
				
			||||||
            <button
 | 
					            <button
 | 
				
			||||||
                type="button"
 | 
					                type="button"
 | 
				
			||||||
                class="btn btn-secondary btn-sm btn-hint p-l-xs p-r-xs m-l-10"
 | 
					                class="btn btn-secondary btn-sm btn-hint p-l-xs p-r-xs m-l-10"
 | 
				
			||||||
                transition:fly={{ duration: 150, x: 5 }}
 | 
					                transition:fly|local={{ duration: 150, x: 5 }}
 | 
				
			||||||
                on:click={() => {
 | 
					                on:click={() => {
 | 
				
			||||||
                    clear(false);
 | 
					                    clear(false);
 | 
				
			||||||
                    submit();
 | 
					                    submit();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue