Found a total of 10000 related content
Code for making a clock using Css3 and Js
Article Introduction:This article mainly introduces the code for making clocks using Css3 and Js. It has certain reference value. Now I share it with you. Friends in need can refer to it.
2018-06-22
comment 0
1915
js implements simple sliding door menu (tab) effect code_javascript skills
Article Introduction:This article mainly introduces the js implementation of simple sliding door menu (tab) effect code, involving the implementation techniques of javascript mouse event operation page element style switching. It is simple and practical. Friends who need it can refer to it.
2016-05-16
comment 0
1257
js Canvas draws circular clock effect
Article Introduction:This article mainly introduces the relevant code for drawing the circular clock effect in js Canvas in detail. It has certain reference value. Interested friends can refer to it.
2017-02-20
comment 0
1319
15 different appearance clock js plug-ins based on canvas
Article Introduction:CanvasClock is a pure js clock plug-in based on Canvas. This js clock plug-in can generate clocks with 15 different appearances by configuring parameters. It is made using pure js and does not use any css code or external dependencies.
2017-01-18
comment 0
1744
CSS drawing: how to achieve simple graphic effects
Article Introduction:CSS Drawing: How to Achieve Simple Graphic Effects CSS is one of the important technologies in front-end development. In addition to style layout, you can also use it to draw simple graphic effects. This article will introduce how to use CSS to achieve some common graphic effects and provide specific code examples. 1. Implement a circle To achieve a simple circular effect, you can use the border-radius property of CSS3 to set the border radius of the element to 50% to obtain a circular effect. The specific implementation code is as follows: .circle
2023-11-21
comment 0
1120
Using JS to implement picture changing clock (detailed tutorial)
Article Introduction:This article mainly introduces JS to realize the simple picture-changing clock function. It analyzes the related operation skills of JavaScript combined with time function to regularly change the display picture to realize the clock function. The code is equipped with more detailed comments for easy understanding. Friends who need it can For reference
2018-06-13
comment 0
1625
js operator summary_basic knowledge
Article Introduction:This article does not introduce all the operators of js in detail, but just lists some of the unique features of js that are different from other commonly used languages in terms of operators. Understanding these will at least not make us confused when reading some open source framework js code. fog, and can make our js code simpler and safer (fewer bugs).
2016-05-16
comment 0
1315
What is jquery
Article Introduction:Jquery is a simple and fast js framework, and you can use js to query and control page controls. jQuery advocates using less code to do more things, encapsulating jQuery in js code, and having a simple design pattern. This enables optimized document and animation design interaction.
2018-11-23
comment 0
4283
How to use Python code to simulate a dynamic analog clock
Article Introduction:1. Python code implementation and a brief introduction to the turtle library Desktop clock project description 1. Use the turtle library to draw the clock shape and hands; 2. Use datetime to obtain the system time; 3. Dynamically display the clock. Basic commands of the turtle library 1. turtle.setup() function : Used to start a graphics window. It has four parameters turtle.setup (width, height, startx, starty): the width and height of the startup window represent the coordinate position of the upper left corner of the window on the screen when the window is started. 2. turtle.pensize() function: represents the width of the turtle’s movement trajectory. 3. turtle.pen
2023-05-19
comment 0
2898
Teach you how to use HTML, CSS and JS to make a random password generator (share)
Article Introduction:In the previous article "Basic: How to use JS to make a cool black analog clock (with code)", I introduced you to how to use JS to make an analog clock. The following article will introduce to you how to use HTML, CSS and JS to make a random password generator. Let’s take a look.
2021-09-15
comment 0
3537