CN112612569B - Page animation display method, device, equipment and storage medium - Google Patents

Page animation display method, device, equipment and storage medium Download PDF

Info

Publication number
CN112612569B
CN112612569B CN202011593339.9A CN202011593339A CN112612569B CN 112612569 B CN112612569 B CN 112612569B CN 202011593339 A CN202011593339 A CN 202011593339A CN 112612569 B CN112612569 B CN 112612569B
Authority
CN
China
Prior art keywords
page
particle
objects
size
transparency
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011593339.9A
Other languages
Chinese (zh)
Other versions
CN112612569A (en
Inventor
邱炜伟
李伟
蔡亮
匡立中
汪小益
吴紫妍
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Qulian Technology Co Ltd
Original Assignee
Hangzhou Qulian Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Qulian Technology Co Ltd filed Critical Hangzhou Qulian Technology Co Ltd
Priority to CN202011593339.9A priority Critical patent/CN112612569B/en
Publication of CN112612569A publication Critical patent/CN112612569A/en
Application granted granted Critical
Publication of CN112612569B publication Critical patent/CN112612569B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T13/00Animation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/56Particle system, point based geometry or rendering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/62Semi-transparency

Abstract

The application relates to a page animation display method, a device, equipment and a storage medium, wherein the method comprises the following steps: obtaining the attribute of a particle object, wherein the attribute of the particle object comprises a first basic transparency; drawing at least two particle objects in a page according to the attributes of the particle objects; and updating the transparency of the random number of the particle objects in the page at each preset time interval. The method and the device are used for reducing the resource consumption of the equipment and improving the data processing speed of the equipment.

Description

Page animation display method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for displaying a page animation.
Background
Existing particle animations typically use the window object timer API to time update animation frames, such as setTimeout, setInterval, or requestanimation frames. Wherein, each animation frame is a picture of each state composed of particle combination, and visual animation effect is formed by updating the picture. When the picture is not updated in time, the user will feel obvious picture pause.
At present, the screen refresh frequency of most devices is 60 frames per second, and the devices need to be updated within 16ms to ensure smooth visual animation. However, in the case of a particle animation as a background, due to the appearance particularity of the full-screen mosaic particles, the 16 ms/update frequency is too fast, so that the user feels dazzling and the normal operation of the user is disturbed.
The existing method for solving the problem that the screen updating frequency is too fast, so that the user is dazzling is as follows: the method and the timer are drawn separately for each particle in the particle set, and the update frequency of each particle is disturbed to avoid the feeling of dazzling by the user, but the method consumes a large amount of resources due to setting of too many timers, and the response speed of the device is reduced.
Disclosure of Invention
The application provides a page animation display method, a page animation display device, page animation display equipment and a storage medium, which are used for reducing the resource consumption of the equipment and improving the data processing speed of the equipment.
In a first aspect, the present application provides a method for displaying animation on a page, including:
obtaining the attribute of a particle object, wherein the attribute of the particle object comprises a first basic transparency;
drawing at least two particle objects in a page according to the attributes of the particle objects;
and updating the transparency of the random number of the particle objects in the page at each preset time interval.
Optionally, the attributes of the particle object further include: the size of the particle object;
drawing at least two particle objects in a page according to the attributes of the particle objects, including:
acquiring the size of the page;
acquiring a first total number of the particle objects required for fully paving the page according to the size of the particle objects and the size of the page;
drawing the first total number of the particle objects in the page, the particle objects having the first substantial transparency.
Optionally, the attributes of the particle object further include: a rendering function of the particle object;
rendering the first total number of the particle objects in the page, including:
and calling a drawing function of the particle objects, and drawing the first total number of the particle objects in the page.
Optionally, updating the transparency of the particle objects of the random number in the page at preset time intervals, including:
calculating a random number corresponding to each particle object in the page at intervals of preset duration;
and updating the transparency of the particle object of which the random number is greater than a preset value.
Optionally, drawing the first total number of the particle objects in the page includes:
dividing the page into the first total number of grids, drawing the particle object at each of the grids;
wherein the size of the grid and the size of the particle object coincide.
Optionally, after the drawing the first total number of particle objects in the page, the method further includes:
when the size of the page is changed, according to the size of the particle object and the size of the changed page, reacquiring a second total number of the particle objects required for fully paving the changed page;
drawing the second total number of the particle objects in the changed page, the particle objects having the second base transparency.
Optionally, the preset time period is 16 milliseconds.
In a second aspect, the present application provides a page animation display device, comprising:
the particle object acquisition module is used for acquiring the attribute of the particle object, wherein the attribute of the particle object comprises a first basic transparency;
the drawing module is used for drawing at least two particle objects in a page according to the attributes of the particle objects;
and the updating module is used for updating the transparency of the particle objects with random numbers in the page at preset time intervals.
In a third aspect, the present application provides an electronic device, comprising: the system comprises a processor, a communication component, a memory and a communication bus, wherein the processor, the communication component and the memory are communicated with each other through the communication bus; the memory for storing a computer program; the processor is configured to execute the program stored in the memory, and implement the page animation display method according to the first aspect.
In a fourth aspect, the present application provides a computer-readable storage medium storing a computer program for implementing the method for displaying animation on a page according to the first aspect.
Compared with the prior art, the technical scheme provided by the embodiment of the application has the following advantages: according to the method provided by the embodiment of the application, the attributes of the particle objects are obtained, the data of the particle objects comprise the first basic transparency, at least two particle objects are drawn in the page according to the attributes of the particle objects, and the transparency of the particle objects with random numbers in the page is updated every preset time interval.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
FIG. 1 is a schematic flow chart of a page animation display method in an embodiment of the present application;
FIG. 2 is a schematic flow chart illustrating drawing of particle objects in a page according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a layout structure of particle objects in a page in an embodiment of the present application;
FIG. 4 is a schematic view illustrating a specific flow of a page animation display method according to an embodiment of the present application;
FIG. 5 is a schematic diagram of a first structure of a page animation display device according to an embodiment of the present application;
FIG. 6 is a second schematic structural diagram of a page animation display device according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of an electronic device in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The embodiment of the application provides a method for displaying page animation, which can be applied to a terminal, an application program installed in the terminal, and a server, and is specifically implemented as shown in fig. 1:
step 101, obtaining the attribute of the particle object.
The attribute of the particle object comprises a first basic transparency, and the first basic transparency is a default transparency when the particle object is drawn.
Specifically, the particle object is a mosaic particle object.
And 102, drawing at least two particle objects in the page according to the attributes of the particle objects.
In a specific embodiment, the attributes of the particle object further include: the size of the particle object, specifically, the specific process of drawing at least two particle objects in the page according to the attributes of the particle objects, as shown in fig. 2:
step 201, obtaining the size of the page.
Specifically, the width and height of the page are acquired, the size of the page is obtained from the acquired width and height, for example, the width of the page is obtained by a document display width attribute (inerwidth attribute) provided by the window object, and the height of the page is obtained by a document display height attribute (inerweight attribute).
Of course, the size of the page may also be directly obtained.
For example, the size of the page is 12.1 inches, 14.1 inches, 15.1 inches, 13.3 inches, and so forth.
Step 202, obtaining a first total number of particle objects needed for fully paving the page according to the size of the particle objects and the size of the page.
Specifically, the size of the particle target may be set in advance, and the particle target may have a rectangular shape, a square shape, or the like.
For example, a page of 12.1 inches corresponds to 245 mm in length and 185 mm in width, a particle object of 2.8 inches in size, a particle object of 5 mm in length and 5 mm in width, and the first total number is 1813.
Step 203, drawing a first total number of particle objects in the page.
Wherein the particle objects have a first substantial transparency.
In a specific embodiment, the attributes of the particle object further include: a rendering function of the particle object. The specific process of drawing the first total number of particle objects in the page may be: and calling a drawing function of the particle objects, and drawing a first total number of particle objects in the page.
In a specific embodiment, a specific implementation process for drawing the first total number of particle objects in the page is as follows: the page is divided into a first total number of meshes, and a particle object is drawn at each mesh, wherein the size of the mesh and the size of the particle object coincide.
For example, the length of the obtained page is 100 units, the width is 80 units, the length of the preset particle object is 10 units, and the width is 10 units. And establishing a rectangular coordinate system at the upper left corner of the page, dividing the length of the page according to the length of the particle object, dividing the width of the page according to the width of the particle object, and obtaining a plurality of grids after the division is finished. The position coordinates of each particle are calculated, and after the coordinates are calculated, a rendering function of the particle object is called, and at each coordinate, the particle object is rendered.
For example, the coordinates of the first particle object in the first row are (0,0), the coordinates of the second particle object in the first row are (0,10),.. the coordinates of the first particle object in the second row are (10,0), and the coordinates of the second particle object in the second row are (10,10),. until the object particles are spread over the entire page, as shown in fig. 3.
And 103, updating the transparency of the random number of particle objects in the page at preset time intervals.
In a specific embodiment, at preset intervals, a random number corresponding to each particle object in the page is calculated, when the calculated random number is greater than a preset value, the transparency of the particle object with the random number greater than the preset value is updated, the particle object is redrawn according to the changed transparency, and otherwise, the updating operation is not performed. The preset value is used for setting according to actual conditions. According to the particle object set updating method and device, the preset value is set, and the updating and drawing of part of the particle objects can be conveniently controlled, so that the updating frequency of the whole particle object set is controlled, and the user experience is guaranteed.
In one embodiment, the transparency of a random number of particle objects in a page is updated every 16ms by calling a function or a computational expression (e.g., setInterval timer) at a specified period provided by the window object. The method and the device can solve the problems that all particle objects are updated at the same time and the existing pause feeling is caused, can ensure that each animation frame has part of particle objects to be updated, and realize the smooth feeling of the animation.
In a specific embodiment, when the size of the page changes, the size of the changed page is obtained again, and the second total number of the particle objects required for fully paving the changed page is obtained again according to the size of the particle object and the size of the changed page. And drawing a second total number of particle objects in the changed page, wherein the particle objects have a second basic transparency. The second basic transparency may be the same as the first basic transparency or different from the first basic transparency, and when the second basic transparency is different from the first basic transparency, the second basic transparency is the transparency of any particle object in the operation process of updating the transparency of the particle object.
Moreover, the change of the page size does not affect the operation of randomly updating the transparency of the particle object every preset time. The timer monitors the updating time in real time, and the operation of randomly updating the transparency of the particle object is executed each time the updating time reaches the preset time.
For example, a setInterval timer is used to monitor a preset time length in real time, when the setInterval timer reaches 13 ms, the size of the page is changed, and after 3 ms of drawing the second total number of particle objects in the changed page, the operation of randomly updating the transparency of the particle objects is performed. Of course, it is considered that the ideal case is considered at this time, that is, the drawing of the second total number of particle objects is completed in 0 ms, and if the drawing of the second total number of particle objects is completed in 1 ms, the operation of randomly updating the transparency of the particle objects is performed after 2 ms for drawing the second total number of particle objects in the page after the size of the page is changed.
Therefore, when the size of the page is changed, the size of a single particle is not changed, the changed page can be ensured to be full of particle objects, and therefore the method and the device are applicable to the page with various sizes, and user experience is better.
Specifically, the page animation display method is specifically described with reference to fig. 4:
step 401, obtaining the property of the particle object, wherein the property of the particle object comprises the first basic transparency, the size of the particle object and the rendering function of the particle object.
Step 402, calculating the number of particle objects required by the page according to the size of the page and the symmetrical size of the particles.
Step 403, calling a drawing function of the particle object, and drawing the particle object in the page.
Step 404, calculating a random number corresponding to each particle object.
Step 405, respectively determining whether each random number is greater than a preset value, if so, executing step 406, otherwise, executing step 404.
And step 406, updating the transparency of the particle objects with the random numbers larger than the preset value in the page.
In step 407, the size of the page is monitored.
Step 408, determine whether the size of the page is changed, if yes, go to step 402, otherwise, go to step 407.
According to the method provided by the embodiment of the application, the attributes of the particle objects are obtained, the data of the particle objects comprise the first basic transparency, at least two particle objects are drawn in the page according to the attributes of the particle objects, and the transparency of the random number of particle objects in the page is updated every preset time interval.
The embodiment of the present application further provides a device for displaying a page animation, and the specific implementation of the device may refer to the description in the method embodiment, and the repeated details are not repeated, as shown in fig. 5, the device mainly includes:
an obtaining module 501, configured to obtain an attribute of the particle object, where the attribute of the particle object includes a first basic transparency.
The drawing module 502 is configured to draw at least two particle objects in the page according to the attributes of the particle objects.
The updating module 503 is configured to update the transparency of the random number of particle objects in the page every preset time interval.
In a specific embodiment, the attributes of the particle object further include: the size of the particle object. A drawing module 502, specifically configured to obtain a size of a page; acquiring a first total number of particle objects required by a fully paved page according to the size of the particle objects and the size of the page; a first total number of particle objects is rendered in the page, the particle objects having a first basic transparency.
In a specific embodiment, the attributes of the particle object further include: a rendering function of the particle object. The drawing module 502 is specifically configured to invoke a drawing function of the particle objects, and draw a first total number of the particle objects in a page.
In a specific embodiment, the updating module 503 is specifically configured to calculate a random number corresponding to each particle object in the page every preset time interval; and updating the transparency of the particle object with the random number larger than the preset value.
In a particular embodiment, the rendering module 502 is particularly configured to divide the page into a first total number of meshes, and render the particle object at each mesh; wherein the size of the grid coincides with the size of the particle object.
In a specific embodiment, as shown in fig. 6, the apparatus further includes an adaptive module 601, configured to, when the size of the page changes, retrieve a second total number of particle objects needed to fill the changed page according to the size of the particle objects and the size of the changed page; drawing a second total number of particle objects in the changed page, the particle objects having a second base transparency.
Based on the same concept, an embodiment of the present application further provides an electronic device, as shown in fig. 7, the electronic device mainly includes: a processor 701, a communication component 702, a memory 703 and a communication bus 704, wherein the processor 701, the communication component 702 and the memory 703 communicate with each other via the communication bus 704. The memory 703 stores a program executable by the processor 701, and the processor 701 executes the program stored in the memory 703 to implement the following steps: obtaining the attribute of the particle object, wherein the attribute of the particle object comprises a first basic transparency; and drawing at least two particle objects in the page according to the attributes of the particle objects, and updating the transparency of the random number of particle objects in the page at preset time intervals.
The communication bus 704 mentioned in the above electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus 704 may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in FIG. 7, but this is not intended to represent only one bus or type of bus.
The communication component 702 is used for communication between the electronic device and other devices described above.
The Memory 703 may include a Random Access Memory (RAM) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. Alternatively, the memory may be at least one memory device located remotely from the processor 701.
The Processor 701 may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like, or may be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic devices, discrete gates or transistor logic devices, and discrete hardware components.
In yet another embodiment of the present application, there is also provided a computer-readable storage medium having stored therein a computer program which, when run on a computer, causes the computer to execute the page animation display method described in the above embodiment.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the application to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored on a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wire (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wirelessly (e.g., infrared, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that includes one or more of the available media. The available media may be magnetic media (e.g., floppy disks, hard disks, tapes, etc.), optical media (e.g., DVDs), or semiconductor media (e.g., solid state drives), among others.
It is noted that, in this document, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present invention, which enable those skilled in the art to understand or practice the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A method for displaying animation on a page is characterized by comprising the following steps:
obtaining the attribute of a particle object, wherein the attribute of the particle object comprises a first basic transparency;
drawing at least two particle objects in a page according to the attributes of the particle objects;
updating the transparency of the random number of the particle objects in the page at each interval of preset duration;
the attributes of the particle object further include: the size of the particle object;
drawing at least two particle objects in a page according to the attributes of the particle objects, including:
acquiring the size of the page;
acquiring a first total number of the particle objects required for fully paving the page according to the size of the particle objects and the size of the page;
drawing the first total number of the particle objects in the page, the particle objects having the first substantial transparency;
the updating the transparency of the random number of the particle objects in the page at each preset interval comprises:
calculating a random number corresponding to each particle object in the page at intervals of preset duration;
and updating the transparency of the particle object of which the random number is greater than a preset value.
2. The method for animation display of a page as recited in claim 1, wherein the attributes of the particle object further include: a rendering function of the particle object;
rendering the first total number of the particle objects in the page, including:
and calling a drawing function of the particle objects, and drawing the first total number of the particle objects in the page.
3. A method for animating a page according to claim 1 or 2, wherein drawing the first total number of said particle objects in the page comprises:
dividing the page into the first total number of grids, drawing the particle object at each of the grids;
wherein the size of the grid and the size of the particle object coincide.
4. The method of page animation of claim 3, further comprising, after the first total number of particle objects is rendered in the page:
when the size of the page is changed, according to the size of the particle object and the size of the changed page, reacquiring a second total number of the particle objects required for fully paving the changed page;
drawing the second total number of the particle objects in the changed page, the particle objects having a second base transparency.
5. A page animation method as claimed in claim 3, wherein the predetermined duration is 16 milliseconds.
6. A page animation display device, comprising:
the acquisition module is used for acquiring the attribute of the particle object, wherein the attribute of the particle object comprises a first basic transparency;
the drawing module is used for drawing at least two particle objects in a page according to the attributes of the particle objects;
the updating module is used for updating the transparency of the random number of the particle objects in the page every preset time interval;
the attributes of the particle object further include: the size of the particle object; the update module is used for
Drawing at least two particle objects in a page according to the attributes of the particle objects, including:
acquiring the size of the page;
acquiring a first total number of the particle objects required for fully paving the page according to the size of the particle objects and the size of the page;
drawing the first total number of the particle objects in the page, the particle objects having the first substantial transparency;
the update module is to:
and updating the transparency of the particle objects with random number in the page at each preset interval, wherein the updating comprises the following steps:
calculating a random number corresponding to each particle object in the page at intervals of preset duration;
and updating the transparency of the particle object of which the random number is greater than a preset value.
7. An electronic device, comprising: the system comprises a processor, a communication component, a memory and a communication bus, wherein the processor, the communication component and the memory are communicated with each other through the communication bus;
the memory for storing a computer program;
the processor is used for executing the program stored in the memory and realizing the page animation display method of any one of claims 1 to 5.
8. A computer-readable storage medium storing a computer program, wherein the computer program, when executed by a processor, implements the page animation display method according to any one of claims 1 to 5.
CN202011593339.9A 2020-12-29 2020-12-29 Page animation display method, device, equipment and storage medium Active CN112612569B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011593339.9A CN112612569B (en) 2020-12-29 2020-12-29 Page animation display method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011593339.9A CN112612569B (en) 2020-12-29 2020-12-29 Page animation display method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112612569A CN112612569A (en) 2021-04-06
CN112612569B true CN112612569B (en) 2022-09-30

Family

ID=75248781

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011593339.9A Active CN112612569B (en) 2020-12-29 2020-12-29 Page animation display method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112612569B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103455323A (en) * 2013-07-05 2013-12-18 新奥特(北京)视频技术有限公司 Implementation method and device of particle effects
US20150193951A1 (en) * 2014-01-03 2015-07-09 Samsung Electronics Co., Ltd. Displaying particle effect on screen of electronic device
CN104850389A (en) * 2014-02-14 2015-08-19 腾讯科技(深圳)有限公司 Method and apparatus for implementing dynamic interface
US20160005154A1 (en) * 2011-09-28 2016-01-07 U.S. Army Research Laboratory Attn: Rdrl-Loc-I System and processor implemented method for improved image quality and generating an image of a target illuminated by quantum particles
CN105975273A (en) * 2016-05-04 2016-09-28 腾讯科技(深圳)有限公司 Particle animation realization method and system as well as purification process display method and system for optimization tool
CN110007983A (en) * 2019-03-29 2019-07-12 网易传媒科技(北京)有限公司 Implementation method, medium, device and the calculating equipment of particle spraying animation
CN111625170A (en) * 2020-06-15 2020-09-04 北京达佳互联信息技术有限公司 Animation display method, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160005154A1 (en) * 2011-09-28 2016-01-07 U.S. Army Research Laboratory Attn: Rdrl-Loc-I System and processor implemented method for improved image quality and generating an image of a target illuminated by quantum particles
CN103455323A (en) * 2013-07-05 2013-12-18 新奥特(北京)视频技术有限公司 Implementation method and device of particle effects
US20150193951A1 (en) * 2014-01-03 2015-07-09 Samsung Electronics Co., Ltd. Displaying particle effect on screen of electronic device
CN104850389A (en) * 2014-02-14 2015-08-19 腾讯科技(深圳)有限公司 Method and apparatus for implementing dynamic interface
CN105975273A (en) * 2016-05-04 2016-09-28 腾讯科技(深圳)有限公司 Particle animation realization method and system as well as purification process display method and system for optimization tool
CN110007983A (en) * 2019-03-29 2019-07-12 网易传媒科技(北京)有限公司 Implementation method, medium, device and the calculating equipment of particle spraying animation
CN111625170A (en) * 2020-06-15 2020-09-04 北京达佳互联信息技术有限公司 Animation display method, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN112612569A (en) 2021-04-06

Similar Documents

Publication Publication Date Title
WO2020155785A1 (en) Screen adaptive display method, electronic device and computer storage medium
WO2019134309A1 (en) Page display method and device, electronic terminal, and computer storage medium
CN107818008B (en) Page loading method and device
CN109388317B (en) Picture loading method, terminal device and storage medium
CN111161385A (en) Image rendering method and device, electronic equipment and storage medium
CN109324722B (en) Method, device and equipment for adding nodes of thought guide graph and storage medium
CN108228300B (en) Method and device for controlling real-time refreshing of content
CN112130790B (en) Picture refreshing method and device and computer readable storage medium
CN112667330A (en) Page display method and computer equipment
CN107203434A (en) A kind of texture shared method, device and computer-readable recording medium
CN109218831B (en) Video playing down webpage processing method, electronic device and computer readable storage medium
CN112182444A (en) Data rendering system and method and electronic equipment
WO2015180448A1 (en) Method and device for switching playing mode of mobile terminal, storage medium and program
CN110866208B (en) Page response type layout method, device and equipment
CN110647704B (en) Page updating method, device and equipment
CN112612569B (en) Page animation display method, device, equipment and storage medium
CN107301014B (en) Gesture command processing method and device
CN111698548B (en) Video playing method and device
CN107015726A (en) A kind of multidate information methods of exhibiting and device
CN115795133A (en) Data loading method and device, electronic equipment and storage medium
CN112987992B (en) Navigation element display method and device and electronic equipment
CN110110260B (en) Page rendering method and device and electronic equipment
CN110955480B (en) View display method and device
CN110557627B (en) Performance monitoring method and device and storage medium
CN108519844B (en) Menu display method and device, storage medium, processor and terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant