``Google Chrome 117'' stable version released, adds animation function and ability to overwrite content with local files
The latest stable version of the web browser ' Google Chrome ', version 117.0.5938.63, has been released. In addition to making it easier to set start and end animations, we've added functions to group arrays, and the ability to overwrite site code with local code.
New in Chrome 117 - Chrome Developers
New in Chrome 117: CSS for smooth entry & exit animations, array group, streamlined local overrides - YouTube
◆Animation function for start/end will be added
The 'transition-behavior' property has been added, and by specifying the value 'allow-discrete' it is now possible to animate discrete properties such as 'display'.
Also, by specifying the @rule '@starting-style', it is now possible to specify the initial state when an element is loaded. For example, if you specify as below, the '.item' element will be drawn from the top. To see it in action, please update to Chrome 117 and check out
Also, by using it in combination with the CSS [open] attribute, it is possible to animate
The image of the operation is like this. If you cannot play the movie, please try using Chrome.
◆Added the ability to group arrays
For example, consider the following array.
It is OK if you define 'how to group' with the second argument of Object.groupBy. You can group by 'type' as shown below.
◆ Added the ability to overwrite site code with local code
Open the 'Network' tab in the developer tools, right-click the part you want to overwrite, and click 'Override Content'.
When overriding for the first time, you must specify a working folder.
You will be asked for access rights to the specified folder, so click 'Allow'.
It is now possible to override. Your local code will now load as if you had downloaded the code from the Internet.
◆Other changes
・“ Subgrid ” appears in Grid layout
It is now possible to nest grids.
・It is now possible to set the “unload” event to stop.
A setting for deprecating the unload event has been added to help developers ensure that their site will continue to work properly after the unload event is deprecated.
Google Chrome 117 also includes 16 security bug fixes .
The next stable version, 'Google Chrome 118,' is scheduled to be released on October 10, 2023 local time.
Related Posts: