René's URL Explorer Experiment


Title: API: Compiled CSS animation classes require "animated" class · Issue #18 · codeworksdev/animate.less · GitHub

Open Graph Title: API: Compiled CSS animation classes require "animated" class · Issue #18 · codeworksdev/animate.less

X Title: API: Compiled CSS animation classes require "animated" class · Issue #18 · codeworksdev/animate.less

Description: All pre-baked animation classes now require the animated class to be assigned before they take effect. This new rule minimizes conflicts with other CSS definitions (i.e., from other projects) while also providing a way to activate or dea...

Open Graph Description: All pre-baked animation classes now require the animated class to be assigned before they take effect. This new rule minimizes conflicts with other CSS definitions (i.e., from other projects) while...

X Description: All pre-baked animation classes now require the animated class to be assigned before they take effect. This new rule minimizes conflicts with other CSS definitions (i.e., from other projects) while...

Opengraph URL: https://github.com/codeworksdev/animate.less/issues/18

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"API: Compiled CSS animation classes require \"animated\" class","articleBody":"All pre-baked animation classes now require the `animated` class to be assigned before they take effect. This new rule minimizes conflicts with other CSS definitions (i.e., from other projects) while also providing a way to activate or deactivate an animation in action.\r\n\r\n## UPDATED DEFINITION\r\n```less\r\n.animated when (@o_animateless_classless = false) {\r\n    #a.animated();\r\n\r\n    \u0026.infinite           { #a.iterate(infinite);    }\r\n    \u0026.bounce             { #a.bounce();             }\r\n    \u0026.bounceIn           { #a.bounceIn();           }\r\n    \u0026.bounceInDown       { #a.bounceInDown();       }\r\n    \u0026.bounceInLeft       { #a.bounceInLeft();       }\r\n    \u0026.bounceInRight      { #a.bounceInRight();      }\r\n    \u0026.bounceInUp         { #a.bounceInUp();         }\r\n    \u0026.bounceOut          { #a.bounceOut();          }\r\n    \u0026.bounceOutDown      { #a.bounceOutDown();      }\r\n    \u0026.bounceOutLeft      { #a.bounceOutLeft();      }\r\n    \u0026.bounceOutRight     { #a.bounceOutRight();     }\r\n    \u0026.bounceOutUp        { #a.bounceOutUp();        }\r\n    \u0026.fadeIn             { #a.fadeIn();             }\r\n    \u0026.fadeInDown         { #a.fadeInDown();         }\r\n    \u0026.fadeInDownBig      { #a.fadeInDownBig();      }\r\n    \u0026.fadeInLeft         { #a.fadeInLeft();         }\r\n    \u0026.fadeInLeftBig      { #a.fadeInLeftBig();      }\r\n    \u0026.fadeInRight        { #a.fadeInRight();        }\r\n    \u0026.fadeInRightBig     { #a.fadeInRightBig();     }\r\n    \u0026.fadeInUp           { #a.fadeInUp();           }\r\n    \u0026.fadeInUpBig        { #a.fadeInUpBig();        }\r\n    \u0026.fadeOut            { #a.fadeOut();            }\r\n    \u0026.fadeOutDown        { #a.fadeOutDown();        }\r\n    \u0026.fadeOutDownBig     { #a.fadeOutDownBig();     }\r\n    \u0026.fadeOutLeft        { #a.fadeOutLeft();        }\r\n    \u0026.fadeOutLeftBig     { #a.fadeOutLeftBig();     }\r\n    \u0026.fadeOutRight       { #a.fadeOutRight();       }\r\n    \u0026.fadeOutRightBig    { #a.fadeOutRightBig();    }\r\n    \u0026.fadeOutUp          { #a.fadeOutUp();          }\r\n    \u0026.fadeOutUpBig       { #a.fadeOutUpBig();       }\r\n    \u0026.flash              { #a.flash();              }\r\n    \u0026.flashmin           { #a.flashmin();           }\r\n    \u0026.flip               { #a.flip();               }\r\n    \u0026.flipInX            { #a.flipInX();            }\r\n    \u0026.flipInY            { #a.flipInY();            }\r\n    \u0026.flipOutX           { #a.flipOutX();           }\r\n    \u0026.flipOutY           { #a.flipOutY();           }\r\n    \u0026.headShake          { #a.headShake();          }\r\n    \u0026.hinge              { #a.hinge();              }\r\n    \u0026.jackInTheBox       { #a.jackInTheBox();       }\r\n    \u0026.jello              { #a.jello();              }\r\n    \u0026.lightSpeedIn       { #a.lightSpeedIn();       }\r\n    \u0026.lightSpeedOut      { #a.lightSpeedOut();      }\r\n    \u0026.pulse              { #a.pulse();              }\r\n    \u0026.rollIn             { #a.rollIn();             }\r\n    \u0026.rollOut            { #a.rollOut();            }\r\n    \u0026.rotate             { #a.rotate();             }\r\n    \u0026.rotateCC           { #a.rotateCC();           }\r\n    \u0026.rotateIn           { #a.rotateIn();           }\r\n    \u0026.rotateInDownLeft   { #a.rotateInDownLeft();   }\r\n    \u0026.rotateInDownRight  { #a.rotateInDownRight();  }\r\n    \u0026.rotateInUpLeft     { #a.rotateInUpLeft();     }\r\n    \u0026.rotateInUpRight    { #a.rotateInUpRight();    }\r\n    \u0026.rotateOut          { #a.rotateOut();          }\r\n    \u0026.rotateOutDownLeft  { #a.rotateOutDownLeft();  }\r\n    \u0026.rotateOutDownRight { #a.rotateOutDownRight(); }\r\n    \u0026.rotateOutUpLeft    { #a.rotateOutUpLeft();    }\r\n    \u0026.rotateOutUpRight   { #a.rotateOutUpRight();   }\r\n    \u0026.rotateZoomIn       { #a.rotateZoomIn();       }\r\n    \u0026.rotateZoomInCC     { #a.rotateZoomInCC();     }\r\n    \u0026.rotateZoomOut      { #a.rotateZoomOut();      }\r\n    \u0026.rotateZoomOutCC    { #a.rotateZoomOutCC();    }\r\n    \u0026.rubberBand         { #a.rubberBand();         }\r\n    \u0026.shake              { #a.shake();              }\r\n    \u0026.slideInDown        { #a.slideInDown();        }\r\n    \u0026.slideInLeft        { #a.slideInLeft();        }\r\n    \u0026.slideInRight       { #a.slideInRight();       }\r\n    \u0026.slideInUp          { #a.slideInUp();          }\r\n    \u0026.slideOutDown       { #a.slideOutDown();       }\r\n    \u0026.slideOutLeft       { #a.slideOutLeft();       }\r\n    \u0026.slideOutRight      { #a.slideOutRight();      }\r\n    \u0026.slideOutUp         { #a.slideOutUp();         }\r\n    \u0026.swing              { #a.swing();              }\r\n    \u0026.tada               { #a.tada();               }\r\n    \u0026.wobble             { #a.wobble();             }\r\n    \u0026.zoomIn             { #a.zoomIn();             }\r\n    \u0026.zoomInDown         { #a.zoomInDown();         }\r\n    \u0026.zoomInLeft         { #a.zoomInLeft();         }\r\n    \u0026.zoomInRight        { #a.zoomInRight();        }\r\n    \u0026.zoomInUp           { #a.zoomInUp();           }\r\n    \u0026.zoomOut            { #a.zoomOut();            }\r\n    \u0026.zoomOutDown        { #a.zoomOutDown();        }\r\n    \u0026.zoomOutLeft        { #a.zoomOutLeft();        }\r\n    \u0026.zoomOutRight       { #a.zoomOutRight();       }\r\n    \u0026.zoomOutUp          { #a.zoomOutUp();          }\r\n    }\r\n```","author":{"url":"https://github.com/codeworksdev","@type":"Person","name":"codeworksdev"},"datePublished":"2018-05-08T21:04:48.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/18/animate.less/issues/18"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:57a31915-2a5d-5721-ed90-5f37ac83fab4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idEDA0:6C1C5:8BD010:BD734B:6A5A80C3
html-safe-nonce611f7a6a7a762bd6dced750f0a171268657ee90ee4733edf26cd589ad2592c45
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFREEwOjZDMUM1OjhCRDAxMDpCRDczNEI6NkE1QTgwQzMiLCJ2aXNpdG9yX2lkIjoiNzU5MzA3Mzg3ODM4MzYyNDM4NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb97fb38b6a412599b9dab64b4c17b3ee9580411319e4371ebcad450147c30133
hovercard-subject-tagissue:321346538
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/codeworksdev/animate.less/18/issue_layout
twitter:imagehttps://opengraph.githubassets.com/36596a301d37b471121b87e324214f6f23d9459b4e25b0f656d3ef00eaaebb38/codeworksdev/animate.less/issues/18
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/36596a301d37b471121b87e324214f6f23d9459b4e25b0f656d3ef00eaaebb38/codeworksdev/animate.less/issues/18
og:image:altAll pre-baked animation classes now require the animated class to be assigned before they take effect. This new rule minimizes conflicts with other CSS definitions (i.e., from other projects) while...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamecodeworksdev
hostnamegithub.com
expected-hostnamegithub.com
None922bdba685ea48400234d557977f0e32d9adbae6f5125725b4f48cacc6801106
turbo-cache-controlno-preview
go-importgithub.com/codeworksdev/animate.less git https://github.com/codeworksdev/animate.less.git
octolytics-dimension-user_id1557842
octolytics-dimension-user_logincodeworksdev
octolytics-dimension-repository_id27091072
octolytics-dimension-repository_nwocodeworksdev/animate.less
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27091072
octolytics-dimension-repository_network_root_nwocodeworksdev/animate.less
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c8a44665d760d73ead7e85d8f88b299152aa681
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/codeworksdev/animate.less/issues/18#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodeworksdev%2Fanimate.less%2Fissues%2F18
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodeworksdev%2Fanimate.less%2Fissues%2F18
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=codeworksdev%2Fanimate.less
Reloadhttps://github.com/codeworksdev/animate.less/issues/18
Reloadhttps://github.com/codeworksdev/animate.less/issues/18
Reloadhttps://github.com/codeworksdev/animate.less/issues/18
codeworksdev https://github.com/codeworksdev
animate.lesshttps://github.com/codeworksdev/animate.less
Notifications https://github.com/login?return_to=%2Fcodeworksdev%2Fanimate.less
Fork 3 https://github.com/login?return_to=%2Fcodeworksdev%2Fanimate.less
Star 19 https://github.com/login?return_to=%2Fcodeworksdev%2Fanimate.less
Code https://github.com/codeworksdev/animate.less
Issues 0 https://github.com/codeworksdev/animate.less/issues
Pull requests 0 https://github.com/codeworksdev/animate.less/pulls
Actions https://github.com/codeworksdev/animate.less/actions
Projects https://github.com/codeworksdev/animate.less/projects
Wiki https://github.com/codeworksdev/animate.less/wiki
Security and quality 0 https://github.com/codeworksdev/animate.less/security
Insights https://github.com/codeworksdev/animate.less/pulse
Code https://github.com/codeworksdev/animate.less
Issues https://github.com/codeworksdev/animate.less/issues
Pull requests https://github.com/codeworksdev/animate.less/pulls
Actions https://github.com/codeworksdev/animate.less/actions
Projects https://github.com/codeworksdev/animate.less/projects
Wiki https://github.com/codeworksdev/animate.less/wiki
Security and quality https://github.com/codeworksdev/animate.less/security
Insights https://github.com/codeworksdev/animate.less/pulse
API: Compiled CSS animation classes require "animated" classhttps://github.com/codeworksdev/animate.less/issues/18#top
animationhttps://github.com/codeworksdev/animate.less/issues?q=state%3Aopen%20label%3A%22animation%22
csshttps://github.com/codeworksdev/animate.less/issues?q=state%3Aopen%20label%3A%22css%22
enhancementhttps://github.com/codeworksdev/animate.less/issues?q=state%3Aopen%20label%3A%22enhancement%22
lesshttps://github.com/codeworksdev/animate.less/issues?q=state%3Aopen%20label%3A%22less%22
https://github.com/codeworksdev
codeworksdevhttps://github.com/codeworksdev
on May 8, 2018https://github.com/codeworksdev/animate.less/issues/18#issue-321346538
animationhttps://github.com/codeworksdev/animate.less/issues?q=state%3Aopen%20label%3A%22animation%22
csshttps://github.com/codeworksdev/animate.less/issues?q=state%3Aopen%20label%3A%22css%22
enhancementhttps://github.com/codeworksdev/animate.less/issues?q=state%3Aopen%20label%3A%22enhancement%22
lesshttps://github.com/codeworksdev/animate.less/issues?q=state%3Aopen%20label%3A%22less%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.