Found a total of 10000 related content
Illustration of how to create a circular progress bar using CSS3
Article Introduction:The basic idea of making a donut-shaped progress bar is to draw a basic arc shape, and then in CSS3 we can control its rotation to connect the basic shapes in series and create the effect of partially disappearing. Let's learn how to make a donut shape with diagrams in CSS3. Example tutorial of progress bar
2017-03-09
comment 0
2000
js progress bar example code
Article Introduction:Share an example code of a js progress bar. The js implementation of the progress bar mostly uses setInterval to control the time progress, thereby completing the implementation of the progress bar effect. Friends who are interested can study it.
2016-12-16
comment 0
1238
How to draw a fan shape at any angle with CSS
Article Introduction:The principle of fan-shaped production is that there is a solid color original shape at the bottom, and two semicircles of the same color inside, which can be white. The inner semicircle changes at a certain angle to produce a fan-shaped effect.
2017-02-22
comment 0
2573
How to implement a circular loop progress bar in css
Article Introduction:How to implement a circular loop progress bar in css: 1. Create an outermost parent ring; 2. Draw two semicircles through "clip-path" and absolutely position them to cover the parent ring; 3. Less than 50 When , slowly reveal the color of the parent ring by rotating the right semicircle; 4. When it is greater than 50, set the rotation degree of the right semicircle to 0, modify its border color to achieve the effect of the first 50, and then rotate the left semicircle, that is The effect can be achieved.
2023-01-31
comment 0
2444
How to draw a gradient arc in wps_How to draw a gradient arc in wps
Article Introduction:1. After opening the interface, click the shape option in the insert menu and select the ellipse style. 2. Drag the mouse to draw a 15*15 cm circle, change the color fill to orange, and set the no-outline effect. 3. Copy the circle. And modify the height and width to 16.5*16.5 cm 4. Open the object properties panel of the copied circle, modify the no fill and gradient line effects 5. Adjust the gradient color, position and transparency of the arc according to the parameters shown in the figure 6. Finally: Align the arc and circle settings in the center to complete the arc drawing of the circle.
2024-04-25
comment 0
841
Text and picture timing switching effect code implemented by JS
Article Introduction:This article mainly introduces the code for the timing switching effect of text and pictures implemented by JS, which can achieve two effects of timing switching and mouse click switching. It involves related techniques for JavaScript mouse events to control page styles. Friends in need can refer to the following
2016-05-16
comment 0
1911
Javascript implements code sharing to control image playback
Article Introduction:Generally, it is troublesome to use the mouse to control the scrolling effect of images. Large sections of code make it difficult for novices to start. Now I will write a simple javascript to control the scrolling effect of images. The code is concise and clear, and is compatible with IE, Firefox and Google browsers.
2017-09-06
comment 0
1333
How to set ring text in ai - specific method of setting ring text in ai
Article Introduction:1. First, after opening the interface, click the Ellipse tool to draw a perfect circle 2. Click the Path Text tool button on the left and enter text along the circular frame 3. Select the letter with the mouse, open the character panel, and set the font size to 20.7 pt4. Select the circle, click 3D options in the effect menu, and select the rotation button 5. In the opened 3D rotation option settings, set the position option to custom rotation effect, modify the parameters and click OK to save 6. Finally, it is a ring Just add a red fill effect to the text
2024-05-06
comment 0
727
How to control .swf with javascript
Article Introduction:JavaScript is a powerful scripting language capable of controlling many different media, including Flash's .SWF files. SWF file is a vector graphics file format with a high degree of interactivity and animation effects. How to control this file format? This article will explore how to use JavaScript to control .SWF files. First of all, it should be noted that the Flash file itself has a certain degree of interactivity and can respond to the user's mouse events, keyboard events, etc. These interactivity can be encoded in the Flash file itself.
2023-05-05
comment 0
749
How to achieve circular effect in css
Article Introduction:CSS (Cascading Style Sheets) is a language used for web design that can control the style and layout in HTML documents. In web development, various visual effects can be achieved using CSS, including circular effects. There are many ways to achieve a circle, including using the border-radius attribute, using pseudo-elements, and using SVG. Below we will introduce some basic methods to achieve CSS circles. 1. Bor using border-radius attribute CSS
2023-04-23
comment 0
3413
How to create rounded polygons with AI
Article Introduction:1. First draw an ellipse and find the "Ellipse Tool" on the toolbar (the shortcut key is L). 2. Drag the mouse on the drawing board to draw an ellipse. If you hold down the shift+alt keys, you can draw a circle with the mouse click position as the center. 3. Draw a rounded polygon and find the "Polygon Tool" on the toolbar. 4. Press the "↑" arrow key while drawing to increase the number of sides of the polygon. 5. Find "Effect/Stylization/Rounded Corners" and fill in a fillet radius to get a rounded polygon. 6. Draw a pentagon below and find the "Star Tool" in the toolbar. 7. Press the "↓↑" arrow keys while drawing to adjust the number of star corners; in addition, when drawing a pentagon, press the ctrl, alt, and shift keys respectively to get different results as shown in the figure.
2024-04-07
comment 0
594
html mouse css control_HTML/Xhtml_web page production
Article Introduction:Generally speaking, the mouse is displayed as an upward diagonal arrow, which changes to a headed vertical line when moved over text, and becomes a hand when moved over a hyperlink. However, CSS can be used to control the display effect of the mouse. For example, the mouse can be displayed as a hand when it is moved over ordinary text.
The syntax for controlling with css is as follows:
<span style="cursor:*">Text or other page elements</span>
Bundle *
2016-05-16
comment 0
1485